Skip to content

Commit 73c8b9c

Browse files
committed
Add bottom padding to tab-pane for mobile scroll clearance
1 parent 84dfde0 commit 73c8b9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/NetworkOptimizer.Web/Components/Pages/ClientDashboard.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2650,6 +2650,7 @@
26502650
display: flex;
26512651
flex-direction: column;
26522652
gap: 1rem;
2653+
padding-bottom: 2rem;
26532654
}
26542655
.tab-pane .card {
26552656
margin-bottom: 0;

0 commit comments

Comments
 (0)