mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
remove scrollbars
This commit is contained in:
parent
f7058c6a14
commit
9d24e10dbc
1 changed files with 4 additions and 0 deletions
|
@ -568,6 +568,10 @@ console.log(mainRouter.currentRoute.value.name);
|
||||||
width: 300px;
|
width: 300px;
|
||||||
min-width: max-content;
|
min-width: max-content;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
|
scrollbar-width: none;
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: $widgets-hide-threshold) {
|
@media (max-width: $widgets-hide-threshold) {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue