Fix upper border radius of onboarding columns (#27890)
This commit is contained in:
parent
c94bedf4e6
commit
0a6ec048a8
1 changed files with 1 additions and 2 deletions
|
@ -2299,8 +2299,7 @@ $ui-header-height: 55px;
|
|||
|
||||
> .scrollable {
|
||||
background: $ui-base-color;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-radius: 0 0 4px 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue