|
|
|
@ -47,7 +47,7 @@ export default { |
|
|
|
<style lang="scss" scoped> |
|
|
|
.app-main { |
|
|
|
/* 50= navbar 50 */ |
|
|
|
min-height: calc(100vh - 100px); |
|
|
|
min-height: calc(100vh - 84px); |
|
|
|
width: 100%; |
|
|
|
position: relative; |
|
|
|
overflow: hidden; |
|
|
|
@ -57,7 +57,7 @@ export default { |
|
|
|
.fixed-header + .app-main { |
|
|
|
overflow-y: auto; |
|
|
|
scrollbar-gutter: auto; |
|
|
|
height: calc(100vh - 100px); |
|
|
|
height: calc(100vh - 84px); |
|
|
|
min-height: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
@ -72,12 +72,12 @@ export default { |
|
|
|
.hasTagsView { |
|
|
|
.app-main { |
|
|
|
/* 84 = navbar + tags-view = 50 + 34 */ |
|
|
|
min-height: calc(100vh - 100px); |
|
|
|
min-height: calc(100vh - 84px); |
|
|
|
} |
|
|
|
|
|
|
|
.fixed-header + .app-main { |
|
|
|
margin-top: 84px; |
|
|
|
height: calc(100vh - 100px); |
|
|
|
height: calc(100vh -84px); |
|
|
|
min-height: 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|