fix scrolling content in floating column

This commit is contained in:
Nicolas Constant 2019-08-13 01:02:10 -04:00
parent cc45d7fb25
commit ef0602e54a
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 3 additions and 52 deletions

View File

@ -2,10 +2,7 @@
@import "mixins";
@import "panel";
.floating-column {
// width: $floating-column-size;
.floating-column {
background-color: $color-secondary;
overflow: hidden;
z-index: 200;
@ -25,62 +22,16 @@
overflow: hidden;
&--left {
width: $stream-column-width;
width: $stream-column-width;
height: calc(100%);
}
}
// &__header {
// }
}
// .stream-overlay {
// position: absolute;
// top:0;
// bottom: $stream-selector-height;
// right: 0;
// // float: right;
// width: $stream-column-width;
// // height: calc(100%);
// }
// .stream-overlay {
// position: absolute;
// z-index: 50;
// width: $floating-column-size;
// height: calc(100%);
// }
.close-button {
display: block;
float: right;
font-size: 14px;
color: white;
margin: 10px 16px 0 0;
// display: inline-block;
// background-color: $color-primary;
// color: darken(white, 30);
// border-radius: 999px;
// width: 26px;
// height: 26px;
// text-align: center;
// text-decoration: none;
// padding: 1px;
// z-index: 9999;
// float: right;
// margin: 10px;
// transition: all .2s;
// &:hover {
// background-color: lighten($color-primary, 20);
// color: white;
// // transform: scale(1.2);
// }
}