zaphyra's git: nixfiles

zaphyra's nixfiles

commit 952da56fff7716bb6ad577dadf1d06ac9ba9e012
parent 9e9358705a7aa5509ad4aeca657bd71487748b36
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Wed, 27 Aug 2025 21:51:20 +0200

resources/patches/gomuks-web-css: add another fix
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/resources/patches/gomuks-web-css.patch b/resources/patches/gomuks-web-css.patch
@@ -1,17 +1,17 @@
-From dffb6b5b517d559fd66142f89289a69a62c24617 Mon Sep 17 00:00:00 2001
+From d44ae1b2746300859629095679557be562e5514b Mon Sep 17 00:00:00 2001
 From: "Katja Ramona Sophie Kwast (zaphyra)" <git@zaphyra.eu>
 Date: Sun, 24 Aug 2025 15:12:00 +0200
 Subject: [PATCH] web/css: add some stuff
 
 ---
- web/src/index.css | 83 +++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 83 insertions(+)
+ web/src/index.css | 85 +++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 85 insertions(+)
 
 diff --git a/web/src/index.css b/web/src/index.css
-index 08d78d4..845c203 100644
+index 08d78d4..8d4ecda 100644
 --- a/web/src/index.css
 +++ b/web/src/index.css
-@@ -293,3 +293,86 @@ a {
+@@ -293,3 +293,88 @@ a {
  .hidden {
  	display: none !important;
  }

@@ -53,6 +53,8 @@ index 08d78d4..845c203 100644
 +}
 +
 +:root {
++  overscroll-behavior: none;
++
 +  --background-color: #262626;
 +  --border-color: #404040;
 +  --space-list-background-overlay: #1A1A1A;