6 lines
117 B
CSS
6 lines
117 B
CSS
uni-sticky-header {
|
|
position: -webkit-sticky !important;
|
|
position: sticky !important;
|
|
top: 0px;
|
|
z-index: 1;
|
|
} |