mobile fixes

This commit is contained in:
Čarodej
2021-10-28 08:49:35 +02:00
parent 9c26c764bd
commit 3dfee77042
10 changed files with 39 additions and 15 deletions
@@ -27,7 +27,7 @@
@media only screen and (max-width: 690px) {
.actions {
padding: 15px;
padding: 15px 15px 35px;
position: absolute;
bottom: 0;
left: 0;
@@ -116,7 +116,7 @@
overflow: hidden;
}
.popup-wrapper {
position: absolute;
position: fixed;
top: 0;
bottom: 0;
right: 0;
+1 -1
View File
@@ -51,7 +51,7 @@
@import '/resources/sass/vuefilemanager/_mixins';
.vignette {
position: absolute;
position: fixed;
top: 0;
right: 0;
left: 0;