Browse Source

change the position absolute to the position fixed on the responsive md, sm and xs

AlexiCauvin 6 years ago
parent
commit
4a453dac2c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/css/Sidebar.styl

+ 2 - 2
src/css/Sidebar.styl View File

@@ -156,7 +156,7 @@ leftside()
156 156
 @media (min-width: min-sm) and (max-width: max-md)
157 157
 
158 158
   .sidebar
159
-    position absolute
159
+    position fixed
160 160
 
161 161
 /***** MEDIA 576px and 767px *****/
162 162
 
@@ -173,4 +173,4 @@ leftside()
173 173
     padding-top 69px
174 174
 
175 175
   .sidebar
176
-    position absolute
176
+    position fixed