Bugfix: compose window resizeObserver

This commit is contained in:
djmaze 2020-08-31 16:32:27 +02:00
parent 645831368d
commit dcdaf70601
2 changed files with 5 additions and 8 deletions

View file

@ -5,7 +5,7 @@
width: 98%;
max-width: 1000px;
margin: 10px auto;
/* height: 94vh;*/
height: calc(100% - 60px);
.modal-body {
overflow: auto;