urfu-ui-kit-vanilla 2.4.3 → 2.5.0
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 +6 -6
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -2893,7 +2893,7 @@ button {
|
|
|
2893
2893
|
}
|
|
2894
2894
|
.u-table.thead-fixed {
|
|
2895
2895
|
height: 100%;
|
|
2896
|
-
max-height: calc(
|
|
2896
|
+
max-height: calc(100% - 100px);
|
|
2897
2897
|
overflow-y: auto;
|
|
2898
2898
|
}
|
|
2899
2899
|
.u-table.thead-fixed table thead {
|
|
@@ -3562,7 +3562,7 @@ button {
|
|
|
3562
3562
|
.u-menu-list {
|
|
3563
3563
|
overflow-y: auto;
|
|
3564
3564
|
overflow-x: hidden;
|
|
3565
|
-
max-height:
|
|
3565
|
+
max-height: 100%;
|
|
3566
3566
|
}
|
|
3567
3567
|
.u-menu-list-item {
|
|
3568
3568
|
display: flex;
|
|
@@ -3674,16 +3674,16 @@ button {
|
|
|
3674
3674
|
}
|
|
3675
3675
|
.u-collapsible-menu-body {
|
|
3676
3676
|
max-width: 268px;
|
|
3677
|
-
overflow: hidden;
|
|
3677
|
+
overflow-x: hidden;
|
|
3678
|
+
overflow-y: auto;
|
|
3678
3679
|
background-color: #F9F9F9;
|
|
3679
3680
|
box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.1);
|
|
3680
3681
|
-webkit-transition: max-width 0.2s ease-in-out;
|
|
3681
3682
|
transition: max-width 0.2s ease-in-out;
|
|
3682
3683
|
}
|
|
3683
3684
|
.u-collapsible-menu-list {
|
|
3684
|
-
overflow
|
|
3685
|
-
|
|
3686
|
-
max-height: 100vh;
|
|
3685
|
+
overflow: hidden;
|
|
3686
|
+
max-height: 100%;
|
|
3687
3687
|
}
|
|
3688
3688
|
.u-collapsible-menu-list-item {
|
|
3689
3689
|
display: flex;
|