Sengi-Windows-MacOS-Linux/src/app/components/floating-column/floating-column.component.scss

13 lines
243 B
SCSS
Raw Normal View History

2018-09-11 06:54:41 +02:00
@import "variables";
2018-09-10 03:55:16 +02:00
.floating-column {
width: calc(100%);
2018-09-11 06:54:41 +02:00
max-width: 330px;
background-color: $color-secondary;
overflow: hidden;
2018-09-11 06:54:41 +02:00
z-index: 9999;
position: fixed;
top: 0;
bottom: $stream-selector-height;
2018-09-10 03:55:16 +02:00
}