Browse Source

make resize button fixed

Yuki Takei 5 years ago
parent
commit
3fd2224567
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/client/styles/scss/_sidebar.scss

+ 3 - 0
src/client/styles/scss/_sidebar.scss

@@ -24,6 +24,8 @@
   z-index: $zindex-sticky;
   z-index: $zindex-sticky;
 
 
   .ak-navigation-resize-button {
   .ak-navigation-resize-button {
+    position: fixed;
+
     // locate to the center of screen
     // locate to the center of screen
     top: calc(50vh - 20px);
     top: calc(50vh - 20px);
 
 
@@ -77,6 +79,7 @@
     // css-xxx-Outer
     // css-xxx-Outer
     > div:nth-of-type(2) {
     > div:nth-of-type(2) {
       width: 0;
       width: 0;
+      transform: unset; // unset for 'position: fixed' of .ak-navigation-resize-button
 
 
       // css-xxx-Shadow
       // css-xxx-Shadow
       > div:first-child {
       > div:first-child {