You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
187 B
SCSS
11 lines
187 B
SCSS
|
7 years ago
|
.segment-scroll-area {
|
||
|
|
position: fixed;
|
||
|
|
width: 100%;
|
||
|
|
bottom: 0;
|
||
|
|
left: 0;
|
||
|
|
right: 0;
|
||
|
|
overflow-y: scroll;
|
||
|
|
top: 3.3cm;
|
||
|
|
--padding-top: 0;
|
||
|
|
--offset-top: 0;
|
||
|
|
}
|