From 66422bd4d907d5d1c8241409da7d8bed20806b89 Mon Sep 17 00:00:00 2001 From: julius Date: Fri, 26 Dec 2025 07:54:48 +0100 Subject: [PATCH] show control overlay --- frontend/src/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/main.css b/frontend/src/main.css index 92cc3f0..f497c82 100644 --- a/frontend/src/main.css +++ b/frontend/src/main.css @@ -14,3 +14,9 @@ overflow-y: auto; max-height: 30vh; } + +.network-controls { + z-index: 9; + position: absolute; + margin: 1rem; +}