From 1396a16de665917904e67df33ff77f060c4d3a75 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 25 Apr 2026 03:09:56 +0200 Subject: [PATCH] fix: align calc mode menu popup styling --- samples/calc-01/index.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/samples/calc-01/index.css b/samples/calc-01/index.css index 12d854d..fc47346 100644 --- a/samples/calc-01/index.css +++ b/samples/calc-01/index.css @@ -200,6 +200,23 @@ body { background: rgba(18, 24, 34, 0.96); border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35); + overflow: hidden; +} + +#modeMenu { + left: 0; + right: auto; + min-width: 100%; + margin-right: 0; +} + +.popup-menu { + text-align: left; +} + +.popup-menu button { + text-align: left; + justify-content: flex-start; } .popup-menu[hidden] {