fixes: U4-6233 umbraco 7.2.1 - desktop preview - offcanvasmenu is cut off - see possible css fix

This commit is contained in:
Mads Rasmussen
2017-04-07 10:26:27 +02:00
parent 372a2f5df4
commit f091219f48

View File

@@ -14,6 +14,7 @@ body {
overflow: hidden;
height: 100%;
width: 100%;
width: calc(100% - 80px); // 80px is the fixed left menu for toggling the different browser sizes
position: absolute;
padding: 0;
margin: 0;