diff --git a/apps/taiga-lumbermill/src/components/navigation/navigation.component.html b/apps/taiga-lumbermill/src/components/navigation/navigation.component.html
index e451d0d1e..6377fcde5 100644
--- a/apps/taiga-lumbermill/src/components/navigation/navigation.component.html
+++ b/apps/taiga-lumbermill/src/components/navigation/navigation.component.html
@@ -58,7 +58,7 @@
+
diff --git a/apps/taiga-lumbermill/src/components/navigation/navigation.component.less b/apps/taiga-lumbermill/src/components/navigation/navigation.component.less
index 5d4955e3a..2219137a3 100644
--- a/apps/taiga-lumbermill/src/components/navigation/navigation.component.less
+++ b/apps/taiga-lumbermill/src/components/navigation/navigation.component.less
@@ -2,3 +2,11 @@
margin: 0;
padding: 0;
}
+
+.show {
+ height: 200vh;
+}
+
+.AsideBar {
+ height: calc(100vh - 3rem);
+}
diff --git a/apps/taiga-lumbermill/src/styles.less b/apps/taiga-lumbermill/src/styles.less
index 90d4ee007..bec6b40bb 100644
--- a/apps/taiga-lumbermill/src/styles.less
+++ b/apps/taiga-lumbermill/src/styles.less
@@ -1 +1,4 @@
/* You can add global styles to this file, and also import other style files */
+.root {
+ height: 100vh;
+}