From 482cbd8e2bbee8120c03e5d8d41f2d71ece8f40d Mon Sep 17 00:00:00 2001 From: Alex P Date: Fri, 23 Jun 2017 11:41:01 -0700 Subject: [PATCH] Style user menu to stack within viewport --- ui/src/style/layout/sidebar.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ui/src/style/layout/sidebar.scss b/ui/src/style/layout/sidebar.scss index 12f86f45c5..b5e35af2d2 100644 --- a/ui/src/style/layout/sidebar.scss +++ b/ui/src/style/layout/sidebar.scss @@ -140,6 +140,14 @@ $sidebar-logo-color: $g8-storm; &-last { position: absolute; bottom: 0; + + .sidebar__menu-wrapper { + bottom: 0; + top: initial; + } + .sidebar__menu-route { + order: 1; + } } }