remove scrollbars

This commit is contained in:
Freeplay 2023-06-10 18:08:06 -04:00
parent 5893b4c117
commit 2ec1e09105
1 changed files with 4 additions and 0 deletions

View File

@ -568,6 +568,10 @@ console.log(mainRouter.currentRoute.value.name);
width: 300px;
min-width: max-content;
box-sizing: content-box;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
@media (max-width: $widgets-hide-threshold) {
display: none;