Skip to content
Prev Previous commit
Next Next commit
Fix styling
  • Loading branch information
lxsmnsyc committed Apr 3, 2026
commit 1b36316053acd77d3714e44254ad63a964755d04
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
flex-direction: column;
gap: 0.25rem;
margin: 0rem 0.25rem;

overflow: auto;
}

[data-start-seroval-property] {
Expand Down
3 changes: 2 additions & 1 deletion packages/start/src/shared/ui/Section.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@


[data-start-section-content] {
padding: 0rem 0.5rem;
width: 100%;

overflow: auto;
}