mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-24 23:26:07 +09:00
remove scrollbars
This commit is contained in:
parent
f7058c6a14
commit
9d24e10dbc
@ -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…
Reference in New Issue
Block a user