[Frontend] Updated CSS; removed position: relative
WTD-884
This commit is contained in:
@@ -72,7 +72,9 @@
|
||||
$prw: $w - $plw;
|
||||
width: $w;
|
||||
height: $h;
|
||||
.contents { overflow: none; }
|
||||
.contents {
|
||||
@include absPosDefault($interiorMargin);
|
||||
}
|
||||
.pane {
|
||||
@include box-sizing(border-box);
|
||||
&.left {
|
||||
|
||||
Reference in New Issue
Block a user