popup border fixed when zoomed

This commit is contained in:
NikolaBorislavovHristov 2018-11-27 17:25:33 +02:00
parent 4c64a8297e
commit 517c33f986

View file

@ -16,6 +16,7 @@
right: 0;
height: 0;
border-top-width: 1px;
height: 100%;
}
&-bottom {
@ -24,6 +25,7 @@
right: 0;
height: 0;
border-bottom-width: 1px;
height: 100%;
}
&-left {
@ -32,6 +34,7 @@
left: 0;
width: 0;
border-left-width: 1px;
width: 100%;
}
&-right {
@ -40,6 +43,7 @@
right: 0;
width: 0;
border-right-width: 1px;
width: 100%;
}
}
}