Skip to content

Commit

Permalink
Merge pull request #1285 from leigh-pointer/dev.fork
Browse files Browse the repository at this point in the history
Fix Error with Footer on Oqtane Theme #1282
  • Loading branch information
sbwalker committed Apr 27, 2021
2 parents 60f3868 + 189dcf5 commit 722c234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Oqtane.Client/Themes/OqtaneTheme/Themes/Default.razor
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<Pane Name="Bottom Full Width" />
@if (_footer)
{
<div style="clear: both; height: 30px;"></div>
<div class="bg-primary fixed-bottom footer">
<Pane Name="Footer" />
</div>
Expand Down

0 comments on commit 722c234

Please sign in to comment.