Answer the question
In order to leave comments, you need to log in
When zooming in IE11, the border thickness changes, how to fix it?
Answer the question
In order to leave comments, you need to log in
Megalexandros , yes please:
content: '';
pointer-events: none;
display: block;
position: absolute;
left: 0;
top: 50%;
height: calc(100% + 3px);
width: calc(100% + 3px);
-webkit-transform: translateY(-50%) ;
transform: translateY(-50%);
border-radius: 3px !important;
-webkit-box-shadow: inset 0 0 0 2px #009eda, 0 13px 18px rgba(224, 235, 238, .75) !important;
box-shadow: inset 0 0 0 3px #009eda, 0 13px 18px rgba(224, 235, 238, .75) !important;
z-index: 3
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question