We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e725f3 commit 4f4ddceCopy full SHA for 4f4ddce
1 file changed
src/components/Table/hoc/withTableActions/withTableActions.scss
@@ -13,10 +13,8 @@
13
$popupBlock: '#{variables.$block}-action-popup';
14
15
#{$popupBlock} {
16
- --_--menu-max-height: 200px;
17
-
18
&__menu {
19
- max-height: var(--g-table-action-popup-menu-max-height, var(--_--menu-max-height));
+ max-height: var(--g-table-action-popup-menu-max-height, 200px);
20
overflow-y: auto;
21
22
&-item {
0 commit comments