diff options
| author | darkuss <darkussdelta@gmail.com> | 2026-08-22 23:05:36 +0200 |
|---|---|---|
| committer | darkuss <darkussdelta@gmail.com> | 2026-08-22 23:05:36 +0200 |
| commit | 26bf52cb7134b21381cb98e042650e5a7232d3e6 (patch) | |
| tree | 439891110e33cb8347586ffcf9c38b3d1bc37fec /css | |
| parent | 19e251bbdc028c53c23004197cf66d93f196d601 (diff) | |
use pointer events instead of mouse ones
Diffstat (limited to 'css')
| -rw-r--r-- | css/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
