M
M
Megalexandros2020-01-15 08:51:38
css
Megalexandros, 2020-01-15 08:51:38

When zooming in IE11, the border thickness changes, how to fix it?

5e1ea84f7e77d070361814.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lev Zabudkin, 2020-01-15
@Megalexandros

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 question

Ask a Question

731 491 924 answers to any question