Skip to content

Commit

Permalink
Sticky menubar
Browse files Browse the repository at this point in the history
Fixes #150 related to #179
  • Loading branch information
annda committed Aug 9, 2023
1 parent d291c55 commit bca6215
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions style.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@
}
}

// sticky menubar with default template
.dokuwiki div.page {
overflow: unset !important;
}

// sticky menubar with sprintdoc template
#dokuwiki__content {
overflow: visible !important;
}

.dokuwiki {
.plugin_prosemirror_useWYSIWYG {
display: flex;
Expand Down

0 comments on commit bca6215

Please sign in to comment.