remove scrollbars
This commit is contained in:
parent
5893b4c117
commit
2ec1e09105
|
@ -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