fix bad css

This commit is contained in:
Dan Percic 2022-07-11 12:53:23 +03:00
parent d3fdef1b4c
commit 17fc935e08
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ section.settings {
right: 0;
bottom: 0;
width: 100%;
height: calc(100% - 111px);
height: calc(100vh - 111px);
transition: height ease-in-out 0.2s;
}

View File

@ -1,3 +1,3 @@
.actions iqser-input-with-action {
margin-right: 16px
margin-right: 16px;
}