Fix broken top bar remaining still pinned on soome themes

This commit is contained in:
Zankaria 2024-04-30 15:46:02 +02:00
parent 8bc9a22920
commit 1da97d77ca
3 changed files with 26 additions and 28 deletions

View File

@ -185,7 +185,6 @@ div.boardlist:not(.bottom) {
}
.desktop-style div.boardlist:not(.bottom) {
position:static;
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
color: #999999;
background-color: #1E1E1E;

View File

@ -172,7 +172,6 @@ div.boardlist:not(.bottom) {
}
.desktop-style div.boardlist:not(.bottom) {
position:static;
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
color: #999999;
background-color: #1E1E1E;

View File

@ -743,7 +743,7 @@ div.blotter {
}
.desktop-style div.boardlist:not(.bottom) {
position: fixed;
position: static;
top: 0;
left: 0;
right: 0;