@itcase/ui 1.9.53 → 1.9.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -61728,6 +61728,7 @@ h2.react-datepicker__current-month {
|
|
|
61728
61728
|
transition: all;
|
|
61729
61729
|
box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
|
|
61730
61730
|
}
|
|
61731
|
+
/* stylelint-disable selector-class-pattern */
|
|
61731
61732
|
.drawer {
|
|
61732
61733
|
overflow-y: scroll;
|
|
61733
61734
|
display: flex;
|
|
@@ -61758,6 +61759,9 @@ h2.react-datepicker__current-month {
|
|
|
61758
61759
|
z-index: 10;
|
|
61759
61760
|
}
|
|
61760
61761
|
}
|
|
61762
|
+
.EZDrawer {
|
|
61763
|
+
position: absolute;
|
|
61764
|
+
}
|
|
61761
61765
|
.drawer {
|
|
61762
61766
|
&_reset-padding {
|
|
61763
61767
|
^&__wrapper {
|