UI improvements #18

Merged
raucao merged 5 commits from feature/location_improvements into master 2026-02-10 14:52:22 +00:00
Showing only changes of commit ccaa56b78f - Show all commits

View File

@ -5,6 +5,11 @@ body {
height: 100%;
overscroll-behavior: none; /* Prevent pull-to-refresh on mobile */
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}
button {
-webkit-tap-highlight-color: transparent;
}
body {