Remove top and bottom border for resizable handle
This commit is contained in:
@@ -180,9 +180,10 @@ body {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: @grayLighter;
|
background-color: @grayLighter;
|
||||||
border: solid 1px @grayLight;
|
border: solid 1px @grayLight;
|
||||||
|
border-top: none;
|
||||||
|
border-bottom: none;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
z-index:9999 !important;
|
z-index:9999 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1101px) {
|
@media (min-width: 1101px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user