mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-28 06:23:04 +00:00
43 lines
No EOL
592 B
Text
43 lines
No EOL
592 B
Text
.menu-container {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
|
|
.scroll-container {
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
.border {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
background-color: var(--border-color);
|
|
|
|
&-top {
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
}
|
|
|
|
&-bottom {
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
|
|
&-left {
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
|
|
&-right {
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
&-hidden {
|
|
display: none;
|
|
border: 1px solid;
|
|
}
|
|
} |