H
H
Hlib2020-03-24 14:28:51
css
Hlib, 2020-03-24 14:28:51

Pixels stick together in the edge browser after hover, what's the problem?

Hello, there was a problem that after hover in the edge browser, pixels stick together (see Screenshots) and become sticky only if the cursor is removed from the block. Is this some kind of specific error or is there already some kind of crutch for this case? 5e79ee6cd5e43177947893.png
5e79eea6858cd367433319.png
5e79ee905cc3b724557602.png

ps I can repeat this error in other browsers with a non-standard scale starting from 150%

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Uvarov, 2020-03-25
@Mysianio

margin-top: 1px;
margin-left: 1px;
You need to watch what happens to them on hover It's
better not to use margin with flexes at all, at least here, as an alternative: border-left: 1px solid #fff; border-top: 1px solid #fff;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question