Merge pull request #1285 from leigh-pointer/dev.fork

Fix Error with Footer on Oqtane Theme #1282
This commit is contained in:
Shaun Walker 2021-04-27 07:50:36 -04:00 committed by GitHub
commit 722c234cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>