From 2ee83d06c9cc534b4f226dd30f294bc0588e8b4e Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Thu, 21 May 2020 12:36:27 +0200 Subject: Set full height to menu in css --- core/src/main/resources/dokka/styles/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/main/resources/dokka/styles') diff --git a/core/src/main/resources/dokka/styles/style.css b/core/src/main/resources/dokka/styles/style.css index f2e10811..6ba41db4 100644 --- a/core/src/main/resources/dokka/styles/style.css +++ b/core/src/main/resources/dokka/styles/style.css @@ -109,6 +109,7 @@ } #sideMenu { + height: 100%; padding-top: 16px; position: relative; overflow: auto; -- cgit