Fix footer floating issue

This commit is contained in:
Turcy 2019-11-27 19:11:41 +05:30
parent b74cc71e30
commit 016ff9bee0
2 changed files with 76 additions and 78 deletions

View File

@ -134,6 +134,8 @@
</div> </div>
</div> </div>
</div> </div>
</div>
</div>
<div id="devicetype-created-msg" class="container col-centered wr-content hidden"> <div id="devicetype-created-msg" class="container col-centered wr-content hidden">
<div class="wr-form"> <div class="wr-form">
<p class="page-sub-title">Device Type Event was added successfully.</p> <p class="page-sub-title">Device Type Event was added successfully.</p>

View File

@ -23,7 +23,3 @@
.wr-btn-secondary{ .wr-btn-secondary{
background-color: #617d8b; background-color: #617d8b;
} }
.page-content-wrapper{
height: calc(100vh - 50px);
}