aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/css/index.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/index.css b/src/css/index.css
index 3133c5f..ccb6021 100644
--- a/src/css/index.css
+++ b/src/css/index.css
@@ -110,7 +110,7 @@ body {
110 width: fit-content; 110 width: fit-content;
111 111
112 position: absolute; 112 position: absolute;
113 z-index: 100; 113 z-index: 9999;
114 114
115 border: 2px solid gray; 115 border: 2px solid gray;
116 border-radius: 6px; 116 border-radius: 6px;
@@ -193,6 +193,7 @@ body {
193 193
194.sub-menu { 194.sub-menu {
195 width: fit-content; 195 width: fit-content;
196 overflow: scroll;
196 197
197 position: absolute; 198 position: absolute;
198 z-index: 100; 199 z-index: 100;