Use relative CSS units (#484)

This commit is contained in:
Guillermo Peralta Scura
2020-01-20 19:59:00 -03:00
committed by Christopher Chedeau
parent 183a62627c
commit 1a03a29025
8 changed files with 37 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
.FixedSideContainer {
--margin: 5px;
--margin: 0.25rem;
position: fixed;
pointer-events: none;
}