forked from noxious/client
Fixed modal resizing/dragging bug(s)
This commit is contained in:
@ -194,7 +194,6 @@ function handleResize() {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
max-width: 1000px;
|
||||
background-color: rgba($dark-gray, 0.8);
|
||||
border: 2px solid $dark-cyan;
|
||||
z-index: 999;
|
||||
@ -244,7 +243,6 @@ function handleResize() {
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
max-height: 80vh;
|
||||
overflow: auto;
|
||||
flex-grow: 1;
|
||||
|
||||
|
Reference in New Issue
Block a user