@@ -43,11 +43,11 @@ export default {
.hasTagsView {
.app-main {
/* 84 = navbar + tags-view = 50 + 34 */
- min-height: calc(100vh - 84px);
+ min-height: calc(100vh - 86px);
}
.fixed-header + .app-main {
- padding-top: 84px;
+ padding-top: 86px;
</style>
@@ -338,7 +338,7 @@ export default {
color: white;
/* text-shadow: 0 0 5px #252525; */
font-size: 18px;
- height: 100%;
+ height: calc(100vh - 86px);
position: relative;
overflow: hidden;