ScrollArea width cleanup

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-07-09 08:55:17 +02:00
parent 4a3c4ac51f
commit 466ce06717
2 changed files with 1 additions and 7 deletions
@@ -183,12 +183,6 @@
font-weight: var(--canon-font-weight-regular);
}
.canon-ScrollAreaRoot {
width: 100%;
/* TODO: Bring this as a fix in OS */
height: unset;
}
.canon-TabsIndicator {
background-color: var(--canon-bg-underline);
}
@@ -16,7 +16,7 @@
.canon-ScrollAreaRoot {
box-sizing: border-box;
max-width: calc(100vw - 8rem);
width: 100%;
}
.canon-ScrollAreaViewport {