app/assets/stylesheets/pages/_index.scss in arctic_admin-1.0.3 vs app/assets/stylesheets/pages/_index.scss in arctic_admin-1.0.4

- old
+ new

@@ -76,10 +76,14 @@ } } #sidebar { position: fixed; - right: - $sidebar-width; + right: - $filter-width; + + @media screen and (min-width: $lg-width) { + right: - $lg-filter-width; + } &:before { cursor: pointer; position: absolute; top: 30px; \ No newline at end of file