summaryrefslogtreecommitdiff
path: root/css/index.css
diff options
context:
space:
mode:
authordarkuss <darkussdelta@gmail.com>2026-08-22 23:05:36 +0200
committerdarkuss <darkussdelta@gmail.com>2026-08-22 23:05:36 +0200
commit26bf52cb7134b21381cb98e042650e5a7232d3e6 (patch)
tree439891110e33cb8347586ffcf9c38b3d1bc37fec /css/index.css
parent19e251bbdc028c53c23004197cf66d93f196d601 (diff)
use pointer events instead of mouse ones
Diffstat (limited to 'css/index.css')
-rw-r--r--css/index.css2
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 {