mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-25 14:14:42 +00:00
frontend update
This commit is contained in:
Vendored
+8
-2
@@ -71,10 +71,9 @@
|
||||
margin-bottom: 30px;
|
||||
overflow-x: auto;
|
||||
z-index: 9;
|
||||
|
||||
position: sticky;
|
||||
top: 30px;
|
||||
background: white;
|
||||
top: 40px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
@@ -249,6 +248,7 @@
|
||||
|
||||
.cell-item {
|
||||
white-space: nowrap;
|
||||
color: $text;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -288,6 +288,12 @@
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.menu-list-wrapper {
|
||||
&.horizontal {
|
||||
top: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 690px) {
|
||||
|
||||
Reference in New Issue
Block a user