💄 Style: update sub menu overflow to auto scroll

This commit is contained in:
Cell
2024-12-03 17:30:10 +08:00
parent fda3fa66ef
commit c3d63475b8
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -279,6 +279,8 @@ header {
border-radius: $global-border-radius;
border: 1px solid $menu-border-color;
background-color: $header-background-color;
max-height: 60vh;
overflow-y: auto;
@include transition(box-shadow 0.3s ease);
@include box-shadow(0 0 1.5rem 0 rgba(0, 0, 0, 0.1));
+1 -1
View File
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "v0.3.16-83d25c36" -}}
{{- .Scratch.Set "version" "v0.3.16-fda3fa66" -}}
{{- .Scratch.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}