Fix double scroll bars in some columns in advanced interface (#27187)
This commit is contained in:
parent
ceb365c419
commit
37bbd3c106
8 changed files with 62 additions and 69 deletions
|
@ -8279,6 +8279,9 @@ noscript {
|
|||
flex: 1 1 auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: $ui-base-color;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
}
|
||||
|
||||
.story {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue