stremio-web/src/common/Popup/styles.less
NikolaBorislavovHristov 0ca77b28e6 minor refactor in Popup
2019-01-04 12:48:50 +02:00

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;
}
}