diff --git a/src/ModManUi/src/App.vue b/src/ModManUi/src/App.vue index 8902fee4..3153ece0 100644 --- a/src/ModManUi/src/App.vue +++ b/src/ModManUi/src/App.vue @@ -6,11 +6,13 @@ import ModManHeader from "./components/ModManHeader.vue";
- - - - - +
+ + + + + +
@@ -26,6 +28,11 @@ import ModManHeader from "./components/ModManHeader.vue"; height: 100vh; } +.router-wrapper { + position: relative; + height: 100%; +} + .blend-enter-from, .blend-leave-to { opacity: 0; @@ -33,6 +40,10 @@ import ModManHeader from "./components/ModManHeader.vue"; .blend-enter-active, .blend-leave-active { - transition: opacity 0.15s ease-in-out; + transition: opacity 0.25s ease-in-out; +} + +.blend-leave-active { + position: absolute; }