diff --git a/static/js/page/dokka-template/layout.scss b/static/js/page/dokka-template/layout.scss index cc2c4fced71..209c40a7fdf 100644 --- a/static/js/page/dokka-template/layout.scss +++ b/static/js/page/dokka-template/layout.scss @@ -1,3 +1,9 @@ +/* Fix global dokka styles */ +header ul { + position: inherit; +} +/* / Fix global dokka styles */ + .root { display: flex; flex-direction: column;