file drag fix
This commit is contained in:
parent
55b1747f63
commit
b6e3a83a13
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user