diff --git a/doc/assets/style.css b/doc/assets/style.css index 7cc2526..e3c6f35 100644 --- a/doc/assets/style.css +++ b/doc/assets/style.css @@ -33,7 +33,7 @@ body { #cover { /* height: calc(100% - 50px); */ - height: 100%; + height: calc(100% - 30px); overflow-x: hidden; overflow-y: auto; }