From 26bf52cb7134b21381cb98e042650e5a7232d3e6 Mon Sep 17 00:00:00 2001 From: darkuss Date: Sat, 22 Aug 2026 23:05:36 +0200 Subject: use pointer events instead of mouse ones --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/index.css') diff --git a/css/index.css b/css/index.css index 116dce1..42f817a 100644 --- a/css/index.css +++ b/css/index.css @@ -38,6 +38,7 @@ button { flex-direction: column; height: 100%; isolation: isolate; + overflow: hidden; } @keyframes scroll { @@ -202,7 +203,6 @@ nav > div { flex-direction: column; align-items: center; border-left: 2px solid var(--red-dark); - width: 10%; } .window { -- cgit v1.2.3