diff --git a/openstack_dashboard/static/dashboard/scss/_layout.scss b/openstack_dashboard/static/dashboard/scss/_layout.scss index 18472a43e8..0561f3dc45 100644 --- a/openstack_dashboard/static/dashboard/scss/_layout.scss +++ b/openstack_dashboard/static/dashboard/scss/_layout.scss @@ -1,7 +1,8 @@ // Make the sidebar span the entire page, instead of just the Viewport // Display Table is not ideal, but it will allow dynamic resizing of // the sidebar while growing its container to fill the entire window -html, body:not(#splash), #container { +html, +body:not(#splash) { height: 100%; } diff --git a/openstack_dashboard/templates/base.html b/openstack_dashboard/templates/base.html index 5eb6f653a7..61a35160db 100644 --- a/openstack_dashboard/templates/base.html +++ b/openstack_dashboard/templates/base.html @@ -24,16 +24,16 @@ {% block content %} -