Added scrolling to header
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2022-10-20 02:11:23 -04:00
parent f9cffdb0b4
commit c2fec4f21f
2 changed files with 6 additions and 5 deletions

View File

@ -28,6 +28,7 @@
padding: 0;
padding-right: calc(20rem / 16);
transition: transform 0.8s;
overflow: auto;
}
.sideBarShown {