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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.css +1 -1
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "urfu-ui-kit-vanilla",
3
3
  "description": "UrFU UI-Kit for Vanilla Web",
4
4
  "license": "UNLICENSED",
5
- "version": "2.5.0",
5
+ "version": "2.5.1",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "icons:build": "node scripts/generate-icons.mjs",
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;