Update style.css

This commit is contained in:
jelveh
2024-12-16 14:44:55 -08:00
parent b1c057e3a6
commit 24ca4e6ad8
+3 -3
View File
@@ -4652,11 +4652,11 @@ fieldset[name=number-code] {
touch-action: pan-x; touch-action: pan-x;
/* Hide scrollbars while keeping functionality */ /* Hide scrollbars while keeping functionality */
/* scrollbar-width: none; scrollbar-width: none;
-ms-overflow-style: none; */ -ms-overflow-style: none;
/* Scrolling behavior */ /* Scrolling behavior */
overflow-y: hidden; /* overflow-y: hidden; */
overflow-x: scroll; overflow-x: scroll;
} }