Remove top and bottom border for resizable handle

This commit is contained in:
bjarnef
2016-01-22 22:24:34 +01:00
committed by Claus
parent 63635ec9fb
commit d9de5e5f29

View File

@@ -180,9 +180,10 @@ body {
bottom: 0;
background-color: @grayLighter;
border: solid 1px @grayLight;
border-top: none;
border-bottom: none;
position:absolute;
z-index:9999 !important;
}
@media (min-width: 1101px) {