Discover Section Improvements
Additonal Tweeks
This commit is contained in:
parent
92f6a9f7e1
commit
649bb4ea7e
5 changed files with 384 additions and 140 deletions
|
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue