This commit is contained in:
Amruth Pillai
2026-02-09 01:50:31 +01:00
committed by GitHub
parent 2b8fa9c7e8
commit 90c34ca572
95 changed files with 3615 additions and 450 deletions
-15
View File
@@ -169,18 +169,3 @@
break-inside: avoid;
}
}
/* Fix for ScrollArea viewport width overflow */
[data-slot="scroll-area-viewport"] > div {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
min-width: 0 !important;
max-width: 100% !important;
}
[data-slot="scroll-area-viewport"] {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
}