Commit 0d89ed92 authored by Shawn's avatar Shawn Committed by Denys Mishunov

Add fit-content to right sidebar when collapsed

- Always on scrollbars are currently overlapping right sidebar layout
- Adding fit-content to add auto padding to allow for sidebar to appear
with scroll bar
parent d3b62b4a
......@@ -30,6 +30,7 @@
.right-sidebar-collapsed {
padding-right: 0;
width: fit-content;
@include media-breakpoint-up(sm) {
&:not(.wiki-sidebar):not(.build-sidebar):not(.issuable-bulk-update-sidebar) .content-wrapper {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment