mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
popup border fixed when zoomed
This commit is contained in:
parent
4c64a8297e
commit
517c33f986
1 changed files with 4 additions and 0 deletions
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue