u4-6233: escaping the calc function

This commit is contained in:
Claus
2017-04-07 11:02:18 +02:00
parent f091219f48
commit 29caacf3c3

View File

@@ -14,7 +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
width: ~"(calc(~'100%' - ~'80px'))"; // 80px is the fixed left menu for toggling the different browser sizes
position: absolute;
padding: 0;
margin: 0;