2
0
Taichi Masuyama 4 жил өмнө
parent
commit
a78a048128

+ 2 - 1
packages/app/src/styles/_sidebar.scss

@@ -235,8 +235,9 @@
   }
 
   .grw-sidebar-content-footer {
-    position: fixed;
+    position: absolute;
     bottom: 0;
+    width: inherit;
     border-top: solid 1px $border-color;
   }
 }