From e6ad59b1b159523f4a01a197f78ff95a3ac993b1 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Fri, 26 Dec 2025 10:38:39 -0800 Subject: [PATCH] Disable grid layout in test.html --- demo/style.css | 6 +++++- demo/test.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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 @@ - +