Skip to content

Commit

Permalink
✨ Clip pane content
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Dec 17, 2024
1 parent 82da891 commit 1be0a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Luminare/Main Window/LuminarePane.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public struct LuminarePane<Header, Content>: View where Header: View, Content: V
content()
}
.formStyle(.luminare)
.clipped()
}
case let .stacked(spacing):
AutoScrollView {
Expand Down

0 comments on commit 1be0a11

Please sign in to comment.