Skip to content

Commit 4f4ddce

Browse files
authored
fix(Table): fix --_--menu-max-height variable declaration (#2628)
1 parent 7e725f3 commit 4f4ddce

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/Table/hoc/withTableActions/withTableActions.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
$popupBlock: '#{variables.$block}-action-popup';
1414

1515
#{$popupBlock} {
16-
--_--menu-max-height: 200px;
17-
1816
&__menu {
19-
max-height: var(--g-table-action-popup-menu-max-height, var(--_--menu-max-height));
17+
max-height: var(--g-table-action-popup-menu-max-height, 200px);
2018
overflow-y: auto;
2119

2220
&-item {

0 commit comments

Comments
 (0)