5 lines
58 B
CSS
5 lines
58 B
CSS
|
.kc-scroll-form--sticky {
|
||
|
position: sticky;
|
||
|
top: 0;
|
||
|
}
|