Fix gap between scrollbar and righthand window border

This commit is contained in:
jeremystretch 2021-08-06 17:05:30 -04:00
parent 344648812f
commit fdcf47e89b
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -501,7 +501,7 @@ div.content-container {
position: relative;
display: flex;
flex-direction: column;
width: calc(100% - 4.5rem);
width: calc(100% - 3rem); // $sidenav-width-closed
min-height: 100vh;
overflow-x: hidden;
overflow-y: auto;