using 50% for left and right on leaves a tiny line on it's initial state, setting this left 51% removes the line as the items then technically are 101% and overlap one another

This commit is contained in:
jamesgoldswain 2018-01-29 11:50:41 +08:00
parent 902b00202a
commit 3dd2d435d9
1 changed files with 2 additions and 2 deletions

View File

@ -2184,7 +2184,7 @@
content: "";
position: absolute;
z-index: -1;
left: 50%;
left: 51%;
right: 50%;
bottom: 0;
background: #2098D1;
@ -2275,7 +2275,7 @@
content: "";
position: absolute;
z-index: -1;
left: 50%;
left: 51%;
right: 50%;
top: 0;
background: #2098D1;