Discover Section Improvements

Additonal Tweeks
This commit is contained in:
haddadrm
2025-02-25 20:22:48 +04:00
parent 92f6a9f7e1
commit 649bb4ea7e
5 changed files with 384 additions and 140 deletions

View File

@@ -11,3 +11,14 @@
display: none;
}
}
@layer utilities {
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.no-scrollbar::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera */
}
}