vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.0.3 vs vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.1.0
- old
+ new
@@ -10,12 +10,13 @@
background: $color-white;
border-left: 1px solid;
border-color: $color-haze;
box-sizing: border-box;
color: $color-black;
+ display: block;
+ max-height: 100%;
height: 100%;
- min-width: 280px;
- position: fixed;
+ max-width: 280px;
width: 280px;
}
.sidebar-alt {
border-right: 1px solid;
border-color: inherit;
\ No newline at end of file