Removed desktop toolbar scrollbar.

This commit is contained in:
Alexander 2021-11-22 23:44:41 +02:00
parent 7ebcab3cbf
commit 4871bd1326

View file

@ -17,7 +17,6 @@
.r-menu {
display: flex;
align-items: center;
overflow-x: scroll;
> div {
display: flex;
@ -156,17 +155,20 @@
@media (max-width: 900px) {
.toolbar {
.r-menu {
// overflow: scroll;
overflow: scroll;
> div {
margin-left: 3rem;
// overflow: scroll;
position: relative;
display: flex;
flex-wrap: unset;
width: 100%;
align-items: center;
}
.select-wrapper + div {
display: none;
}
}
}
}