mirror of
https://github.com/mue/mue.git
synced 2026-07-17 22:14:13 +02:00
feat: update Slider and Dropdown components with improved layout and z-index adjustments
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user