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