1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Fixing sidebar overflow

This commit is contained in:
ravindk89
2021-02-08 21:22:58 -05:00
parent d9ee220a36
commit cfc9e1db5f
3 changed files with 4 additions and 2 deletions

View File

@ -6,6 +6,7 @@
background-color: $sidebar-bg;
transition: opacity 400ms, transform 300ms;
padding: $content-padding-sm $content-padding-sm $content-padding-sm 0;
overflow-y: auto;
@include breakpoint-max(breakpoints(lg)) {
position: fixed;