zxl
2025-03-21 3bd55592b33a86c8b0dce21a9e8ea6126b9c2d94
src/layout/components/AppMain.vue
@@ -29,7 +29,7 @@
<style lang="scss" scoped>
.app-main {
  /* 50= navbar  50  */
  min-height: calc(100vh - 50px);
  // min-height: calc(100vh - 50px);
  width: 100%;
  position: relative;
  overflow: hidden;
@@ -42,7 +42,7 @@
.hasTagsView {
  .app-main {
    /* 84 = navbar + tags-view = 50 + 34 */
    min-height: calc(100vh - 84px);
    min-height: calc(100vh - 96px);
  }
  .fixed-header + .app-main {