[Glitch] Fix upper border radius of onboarding columns

Port 0a6ec048a8 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2527/head
Claire 2023-11-16 14:43:02 +01:00
parent b24f676cf1
commit 7db68e2dca
1 changed files with 1 additions and 2 deletions

View File

@ -400,8 +400,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;
}
}