fix scrolling content in floating column
This commit is contained in:
parent
cc45d7fb25
commit
ef0602e54a
|
@ -2,10 +2,7 @@
|
||||||
@import "mixins";
|
@import "mixins";
|
||||||
@import "panel";
|
@import "panel";
|
||||||
|
|
||||||
|
.floating-column {
|
||||||
.floating-column {
|
|
||||||
// width: $floating-column-size;
|
|
||||||
|
|
||||||
background-color: $color-secondary;
|
background-color: $color-secondary;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
|
@ -25,62 +22,16 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&--left {
|
&--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 {
|
.close-button {
|
||||||
display: block;
|
display: block;
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: white;
|
color: white;
|
||||||
margin: 10px 16px 0 0;
|
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);
|
|
||||||
// }
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue