fileview xscroller fix

This commit is contained in:
carodej
2020-06-09 18:10:27 +02:00
parent bc7950b245
commit fee2cef980
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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',
+1 -1
View File
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;