vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.1.7 vs vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.1.8

- old
+ new

@@ -65,25 +65,25 @@ margin: 0; padding: 0; text-transform: uppercase; } .sidebar-content { - height: calc(100% - 50px); + border-color: inherit; + box-sizing: border-box; + height: calc(100% - 30px); @include overflow-scrolling(touch); overflow-x: hidden; overflow-y: auto; padding: 10px; } -.sidebar-content-with-title { height: calc(100% - 111px); } +.sidebar-content-with-title { height: calc(100% - 91px); } +.sidebar-content-unpadded { padding: 0; } .sidebar-scrollable { border-bottom: 1px solid; border-color: inherit; height: calc(50% - 50px); - @include overflow-scrolling(touch); - overflow-x: hidden; - overflow-y: auto; } -.sidebar-scrollable-with-title { height: calc(50% - 111px); } +.sidebar-scrollable-with-title { height: calc(50% - 91px); } /* # Colors ================================================== */ .sidebar-dark { background: $color-black; \ No newline at end of file