Browse Source

fix: use position absolute for mobile misc tools (#6099)

Aakansha Doshi 2 years ago
parent
commit
328ff6c32d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/css/styles.scss

+ 1 - 1
src/css/styles.scss

@@ -540,7 +540,7 @@
   }
 
   .mobile-misc-tools-container {
-    position: fixed;
+    position: absolute;
     top: 5rem;
     right: 0;
     display: flex;