2025-03-16, 04:41 AM
(This post was last modified: 2025-03-16, 05:23 AM by Druidblack. Edited 2 times in total.)
![[Image: dcTzQui.jpg]](https://i.imgur.com/dcTzQui.jpg)
Today I saw another problem with this topic, a horizontal scrollbar appears at the top of the screen. To get rid of it, you need to delete it.:
Code:
.force-scroll {
overflow-y: auto;
overflow-x: auto;
}
As a result, only this code remains:
Code:
.skinHeader-withBackground {
background-color: transparent;
}
so that the top panel is transparent.