Fix template linting errors

This commit is contained in:
2026-01-24 16:42:53 +07:00
parent 90730a935d
commit 9082fb9762
5 changed files with 15 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ body {
body {
margin: 0;
font-family: "Noto Serif", serif;
font-family: 'Noto Serif', serif;
}
#root,
@@ -21,6 +21,8 @@ body {
background: #f8f9fa;
-webkit-tap-highlight-color: transparent;
outline: none; /* Prevent focus outline on click */
position: absolute;
inset: 0;
}
/* Ensure RS widget is above the map but potentially hidden initially if needed */