12 lines
136 B
CSS
12 lines
136 B
CSS
.forum-float {
|
|
position: sticky;
|
|
z-index: 1000;
|
|
}
|
|
|
|
.forum-float-top {
|
|
top: 2px;
|
|
}
|
|
|
|
.forum-float-bottom {
|
|
bottom: 2px;
|
|
}
|