aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css')
-rw-r--r--src/css/index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/css/index.css b/src/css/index.css
index 47c5c1e..4737535 100644
--- a/src/css/index.css
+++ b/src/css/index.css
@@ -106,14 +106,14 @@ body {
106 } 106 }
107} 107}
108 108
109.container__suggestions { 109#menu {
110 display: none; 110 display: none;
111 width: fit-content; 111 width: fit-content;
112 112
113 position: absolute; 113 position: absolute;
114 z-index: 100; 114 z-index: 100;
115 115
116 border: 2px solid lightgray; 116 border: 2px solid gray;
117 border-radius: 0.5rem; 117 border-radius: 0.5rem;
118 118
119 background: white; 119 background: white;