1
0
mirror of https://github.com/minio/docs.git synced 2025-07-27 08:41:57 +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

@ -559,7 +559,8 @@ a.nav__item:not(:last-child).active > span::after, a.nav__item:not(:last-child):
transition: opacity 400ms, -webkit-transform 300ms;
transition: opacity 400ms, transform 300ms;
transition: opacity 400ms, transform 300ms, -webkit-transform 300ms;
padding: 2rem 2rem 2rem 0; }
padding: 2rem 2rem 2rem 0;
overflow-y: auto; }
@media (max-width: 991px) {
.sidebar {
position: fixed;

File diff suppressed because one or more lines are too long

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;