From 6cea5d7f425b2d43b96658d9c42ec7ba6839d558 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 30 Sep 2024 00:27:46 +0800 Subject: fix(CSS): sub-menu looking --- src/css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 { width: fit-content; position: absolute; - z-index: 100; + z-index: 9999; border: 2px solid gray; border-radius: 6px; @@ -193,6 +193,7 @@ body { .sub-menu { width: fit-content; + overflow: scroll; position: absolute; z-index: 100; -- cgit v1.2.3-70-g09d2