mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -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 {
|
.r-menu {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow-x: scroll;
|
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -156,17 +155,20 @@
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 900px) {
|
||||||
.toolbar {
|
.toolbar {
|
||||||
.r-menu {
|
.r-menu {
|
||||||
// overflow: scroll;
|
overflow: scroll;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
margin-left: 3rem;
|
margin-left: 3rem;
|
||||||
// overflow: scroll;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: unset;
|
flex-wrap: unset;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-wrapper + div {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue