Browse Source

use position fixed

zamis 5 years ago
parent
commit
887418ffe4
1 changed files with 3 additions and 4 deletions
  1. 3 4
      src/client/styles/scss/_admin.scss

+ 3 - 4
src/client/styles/scss/_admin.scss

@@ -9,12 +9,11 @@
     line-height: 1.1em;
   }
 
-  .table-responsive {
-    overflow-x: unset;
-  }
-
   .admin-user-menu {
+    position: absolute;
+
     .dropdown-menu {
+      position: fixed;
       right: 0;
       left: auto;
       width: 400px;