mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-24 13:44:42 +00:00
fileview xscroller fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'version' => '1.6.3',
|
'version' => '1.6.4',
|
||||||
|
|
||||||
// Your app name
|
// Your app name
|
||||||
'app_name' => 'VueFileManager',
|
'app_name' => 'VueFileManager',
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -288,6 +288,7 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
@include transition;
|
@include transition;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
|
|
||||||
&.is-offset {
|
&.is-offset {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
|||||||
Reference in New Issue
Block a user