layout: If the navigation is fixed right we may need to scroll

This commit is contained in:
Andy Williams 2017-11-22 15:55:56 +00:00
parent b68ff897c7
commit 4854cb430f
1 changed files with 4 additions and 1 deletions

View File

@ -152,7 +152,10 @@ h1, h2, h3, h4, h5, h6,
@media (min-width: 1700px) {
#dokuwiki__aside {
position: fixed;
top: 50px;
right: 0;
bottom: -15px;
overflow-y: scroll;
height: auto !important;
visibility: inherit !important;
@ -492,7 +495,7 @@ legend {
}
blockquote {
padding: 10px;
padding: 10px;
border-left: 4px solid #404040;
}