use absolute positioning instead of fixed (#1860)

This commit is contained in:
Aakansha Doshi
2020-07-02 18:57:47 +05:30
committed by GitHub
parent d9e84b90ce
commit b21f723eee
4 changed files with 30 additions and 25 deletions

View File

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