From 0e9118d35f71f9d457f2bd93d6bedf2c3bfb682f Mon Sep 17 00:00:00 2001 From: somebody Date: Thu, 22 Sep 2022 22:02:04 -0500 Subject: [PATCH] Also fix context menu How? Who knows! It just does! --- static/koboldai.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/koboldai.css b/static/koboldai.css index e946d3c1..14917fca 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2158,7 +2158,7 @@ body { /* Context Menu */ #context-menu { - position: absolute; + position: fixed; cursor: default; /* Nothing should be above the context menu (that I can think of) */