fix: menu adaptive
ci-front / build (push) Successful in 2m18s

This commit is contained in:
2026-04-04 07:06:27 +03:00
parent 4f69e002c6
commit eedc9c9b62
2 changed files with 52 additions and 54 deletions
+10
View File
@@ -2,3 +2,13 @@
@import "./normalize.css";
@import "./root.css";
@import "./themes.css";
/* Hide scrollbar but keep functionality */
.scrollbar-hide {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.scrollbar-hide::-webkit-scrollbar {
display: none; /* Chrome, Safari and Opera */
}