diff --git a/src/components/DocumentationLayout.vue b/src/components/DocumentationLayout.vue
index 53a9c47dd..4c212958f 100644
--- a/src/components/DocumentationLayout.vue
+++ b/src/components/DocumentationLayout.vue
@@ -37,40 +37,38 @@
:showQuickNavigationModal.sync="showQuickNavigationModal"
:technology="technology ? technology.title : ''"
/>
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -245,15 +243,9 @@ export default {
}
.documentation-layout {
- --delay: 1s;
display: flex;
flex-flow: column;
background: var(--colors-text-background, var(--color-text-background));
-
- .delay-hiding-leave-active {
- // don't hide navigator until delay time has passed
- transition: display var(--delay);
- }
}
.documentation-layout-aside {