Fix hidden overflow on interaction modal (#21763)
* Fix hidden overflow on interaction modal * only update overflow ygh/stable
parent
76454cc638
commit
21b208afcb
|
@ -7981,7 +7981,8 @@ noscript {
|
||||||
width: 600px;
|
width: 600px;
|
||||||
background: $ui-base-color;
|
background: $ui-base-color;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
overflow: hidden;
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
|
Reference in New Issue