mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Hide system scrollbar when custom scrollbars is activated
This commit is contained in:
@ -56,6 +56,10 @@ body, #overall-main-content {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
body.custom-scrollbars main {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
main {
|
||||
overflow-y: scroll;
|
||||
min-height: calc(100vh - 80px);
|
||||
|
Reference in New Issue
Block a user