mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
fix scrollbar over titlebar
This commit is contained in:
@ -6,9 +6,18 @@
|
||||
/* youtube-music style */
|
||||
|
||||
ytmusic-app-layout {
|
||||
overflow: scroll;
|
||||
height: calc(100vh - var(--menu-bar-height, 36px));
|
||||
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'],
|
||||
#nav-bar-background.ytmusic-app-layout {
|
||||
top: var(--menu-bar-height, 36px) !important;
|
||||
|
||||
Reference in New Issue
Block a user