file drag fix

This commit is contained in:
Timo Bejan 2020-09-22 12:23:36 +03:00
parent 55b1747f63
commit b6e3a83a13

View File

@ -1,7 +1,7 @@
.listing {
position: relative;
max-height: calc(100vh - (61px + 80px + 70px + 80px));
height: calc(100vh - (61px + 80px + 70px + 80px));
overflow: auto;
}
@ -16,8 +16,8 @@
bottom: 0;
right: 0;
left: 0;
height: 100%;
width: 100%;
height: calc(100% - 4px);
width: calc(100% - 4px);
background: white;
z-index: 100;
display: none;