Fix for Error with Footer on Oqtane Theme #1282

This commit is contained in:
Leigh Pointer 2021-04-26 15:38:33 +02:00
parent d7569aa41a
commit 189dcf5b90

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>