fix: do not cover more screen than necessary (title bar) with challenge modal

This commit is contained in:
Baptiste Grob
2020-10-16 11:45:23 +02:00
parent 62da387d3a
commit 04131f8e62
2 changed files with 4 additions and 3 deletions

View File

@@ -89,6 +89,7 @@ p {
.main-ui-view {
min-height: 100vh;
height: 100vh;
position: relative;
overflow: auto;
background-color: var(--sn-stylekit-background-color);
}