diff --git a/style.less b/style.less index 4a70a8bc..805c3095 100644 --- a/style.less +++ b/style.less @@ -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;