mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-05 20:41:51 -07:00
Removed desktop toolbar scrollbar.
This commit is contained in:
parent
7ebcab3cbf
commit
4871bd1326
1 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue