Small fixes for the drawer

This commit is contained in:
Stephan
2022-10-06 09:10:01 +02:00
parent 340521e4bb
commit 87a3b9daca
2 changed files with 7 additions and 5 deletions
+5 -3
View File
@@ -8,10 +8,12 @@
}
#detleph-fg-context {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: relative;
overflow: hidden;
}