diff --git a/demo/style.css b/demo/style.css index e2058755..4ce1f5c3 100644 --- a/demo/style.css +++ b/demo/style.css @@ -9,7 +9,11 @@ body { grid-template-rows: 24px 1fr; } -/* Top banner */ +body:not(#test) { + height: initial; + display: initial; +} + #banner { background: #161716; display: flex; diff --git a/demo/test.html b/demo/test.html index dea1350a..48e6da82 100644 --- a/demo/test.html +++ b/demo/test.html @@ -5,7 +5,7 @@ -
+