Build CSS

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-07-09 08:57:29 +02:00
parent 466ce06717
commit 9c17305052
4 changed files with 8 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/canon': patch
---
Fix scrolling width and height on ScrollArea component in Canon.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -10560,7 +10560,7 @@
.canon-ScrollAreaRoot {
box-sizing: border-box;
max-width: calc(100vw - 8rem);
width: 100%;
}
.canon-ScrollAreaViewport {