diff --git a/lib/docs/index.html b/lib/docs/index.html index 61e3bb4ed2..45e4a6fe95 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -43,8 +43,6 @@ /* layout */ .canvas { - display: flex; - flex-direction: column; width: 100vw; height: 100vh; overflow: hidden; @@ -55,21 +53,12 @@ background-color: var(--bg-color); } - .banner { - background-color: darkred; - text-align: center; - color: white; - padding: 15px 5px; - } - - .banner a { - color: bisque; - text-decoration: underline; - } - .flex-main { display: flex; - overflow-y: hidden; + width: 100%; + height: 100%; + justify-content: center; + z-index: 100; } @@ -526,7 +515,6 @@ -
+