diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-30 00:27:46 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-30 00:27:46 +0800 |
| commit | 6cea5d7f425b2d43b96658d9c42ec7ba6839d558 (patch) | |
| tree | 335b3c3594d7ad191b397ca96c74718a4cfef68f /src | |
| parent | d2bfd4063198c7a48ed203fb9af8428dd3586bd8 (diff) | |
fix(CSS): sub-menu looking
Diffstat (limited to 'src')
| -rw-r--r-- | src/css/index.css | 3 |
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; |