fix scrolling content in floating column
This commit is contained in:
parent
cc45d7fb25
commit
ef0602e54a
|
@ -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);
|
||||
// }
|
||||
|
||||
}
|
Loading…
Reference in New Issue