Skip to content

Commit 30a8dda

Browse files
authored
Fixes overlap issue with footer when page content needs to scroll. (#139)
1 parent cedd4f5 commit 30a8dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gui/Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
}
6464

6565

66-
<div class="row no-gutters">
66+
<div class="row no-gutters" style="padding-bottom:30px">
6767
<div class="col-1">
6868

6969
</div>

0 commit comments

Comments
 (0)