mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-06 16:21:37 +00:00
Fix lyrics-plus sometimes having a scrollbar
This commit is contained in:
parent
e17fb666a5
commit
0cce7a4987
1 changed files with 8 additions and 0 deletions
|
|
@ -1336,3 +1336,11 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
||||||
z-index: +3;
|
z-index: +3;
|
||||||
transition: background-image var(--song-transition-speed) linear;
|
transition: background-image var(--song-transition-speed) linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fix lyrics-plus having a scrollbar when top-bar is `solid` or `transparent`
|
||||||
|
.lyrics-lyricsContainer-LyricsContainer {
|
||||||
|
height: 100% !important;
|
||||||
|
}
|
||||||
|
.main-view-container__scroll-node-child {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue