From ef5e4887a188a9bb4ab362cd37a9e0a11ead405c Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Wed, 21 Aug 2024 12:52:10 +0100 Subject: [PATCH] Cope with full screen simulator gradient background --- src/simulator.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/simulator.css b/src/simulator.css index 09ed1a7..1d21954 100644 --- a/src/simulator.css +++ b/src/simulator.css @@ -31,6 +31,8 @@ div.container { width: 100%; padding: 0 3px 3px 3px; overflow: hidden; + background-color: white; + border-radius: 0.375rem; } label {