diff --git a/src/Umbraco.Web.UI.Client/src/less/grid.less b/src/Umbraco.Web.UI.Client/src/less/grid.less index 00ae47d624..027d25e844 100644 --- a/src/Umbraco.Web.UI.Client/src/less/grid.less +++ b/src/Umbraco.Web.UI.Client/src/less/grid.less @@ -76,18 +76,33 @@ body { display: block; margin: 0px; z-index: 100; - position: relative; + position: absolute; + top: 0; + left: 0; + right: 0; } #navigation { left: 80px; top: 0; + bottom: 0; position: absolute; z-index: 100; background: @white; - + height: 100%; } +.navigation-inner-container{ + position: absolute; + top: 0px; + bottom: 0px; + left: 0px; + right: 0px; + padding-top: 100px; + background: green; +} + + #dialog { min-width: 500px; left: 100%;