mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 11:51:47 +00:00
fix scrollbar over titlebar
This commit is contained in:
@ -6,9 +6,18 @@
|
|||||||
/* youtube-music style */
|
/* youtube-music style */
|
||||||
|
|
||||||
ytmusic-app-layout {
|
ytmusic-app-layout {
|
||||||
|
overflow: scroll;
|
||||||
|
height: calc(100vh - var(--menu-bar-height, 36px));
|
||||||
margin-top: var(--menu-bar-height, 36px) !important;
|
margin-top: var(--menu-bar-height, 36px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ytmusic-app-layout::-webkit-scrollbar{
|
||||||
|
width: var(--ytmusic-scrollbar-width);
|
||||||
|
}
|
||||||
|
ytmusic-app-layout::-webkit-scrollbar-thumb{
|
||||||
|
background-color: rgb(126, 126, 126);
|
||||||
|
}
|
||||||
|
|
||||||
ytmusic-app-layout > [slot='nav-bar'],
|
ytmusic-app-layout > [slot='nav-bar'],
|
||||||
#nav-bar-background.ytmusic-app-layout {
|
#nav-bar-background.ytmusic-app-layout {
|
||||||
top: var(--menu-bar-height, 36px) !important;
|
top: var(--menu-bar-height, 36px) !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user