- Affected Version
- WoltLab Suite 5.4
Hi everyone!
I'm trying to make the Sidebar and Message Sidebar follow to the end of the page/message
I'm currently using this code in the global CSS but is not doing anything:
CSS
@include screen-lg {
.sidebar {
align-self: flex-start;
position: sticky;
top: 50px;
}
.messageSidebar {
align-self: flex-start;
position: sticky;
top: 50px;
}
}
Display More
Can anyone tell me why?