1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Fixing right sidebar

This commit is contained in:
ravindk89
2021-08-06 13:42:26 -04:00
parent 5dbdb5bb75
commit 4d67368d3d
4 changed files with 23 additions and 1 deletions

View File

@ -322,6 +322,11 @@ button.toggle-button {
ul.simple li { ul.simple li {
margin: 0px 0px 10px 0px; } margin: 0px 0px 10px 0px; }
video {
display: block;
margin-left: auto;
margin-right: auto; }
.content { .content {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
@ -363,6 +368,11 @@ ul.simple li {
-ms-flex-order: 2; -ms-flex-order: 2;
order: 2; } } order: 2; } }
.content__right {
position: sticky;
top: 0;
overflow: scroll; }
:root { :root {
--nav-text-color: #000000; --nav-text-color: #000000;
--nav-item-border-color: #000000; --nav-item-border-color: #000000;

File diff suppressed because one or more lines are too long

View File

@ -211,4 +211,10 @@ button.toggle-button {
ul.simple li { ul.simple li {
margin: 0px 0px 10px 0px; margin: 0px 0px 10px 0px;
}
video {
display: block;
margin-left: auto;
margin-right: auto;
} }

View File

@ -36,4 +36,10 @@
top: 0; top: 0;
order: 2; order: 2;
} }
}
.content__right {
position: sticky;
top: 0;
overflow: scroll;
} }