urfu-ui-kit-vanilla 2.5.0 → 2.5.1
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.
- package/package.json +1 -1
- package/src/main.css +1 -1
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -3674,6 +3674,7 @@ button {
|
|
|
3674
3674
|
}
|
|
3675
3675
|
.u-collapsible-menu-body {
|
|
3676
3676
|
max-width: 268px;
|
|
3677
|
+
max-height: 100%;
|
|
3677
3678
|
overflow-x: hidden;
|
|
3678
3679
|
overflow-y: auto;
|
|
3679
3680
|
background-color: #F9F9F9;
|
|
@@ -3683,7 +3684,6 @@ button {
|
|
|
3683
3684
|
}
|
|
3684
3685
|
.u-collapsible-menu-list {
|
|
3685
3686
|
overflow: hidden;
|
|
3686
|
-
max-height: 100%;
|
|
3687
3687
|
}
|
|
3688
3688
|
.u-collapsible-menu-list-item {
|
|
3689
3689
|
display: flex;
|