Compare commits

...

1 Commits

Author SHA1 Message Date
carodej
fee2cef980 fileview xscroller fix 2020-06-09 18:10:27 +02:00
3 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
return [
'version' => '1.6.3',
'version' => '1.6.4',
// Your app name
'app_name' => 'VueFileManager',

2
public/js/main.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -288,6 +288,7 @@
bottom: 0;
@include transition;
overflow-y: auto;
overflow-x: hidden;
&.is-offset {
margin-top: 50px;