feat: update Slider and Dropdown components with improved layout and z-index adjustments

This commit is contained in:
alexsparkes
2026-01-25 20:22:33 +00:00
parent dfb0872633
commit 777f1faeb6
3 changed files with 31 additions and 29 deletions

View File

@@ -97,7 +97,7 @@
right: 0;
max-height: 250px;
overflow-y: auto;
z-index: 100;
z-index: 9999;
@include animation(dropdownSlideIn 0.2s ease-out);
@include themed {