fix(renderer): fix macos traffic lights gap

- resolve #2035
This commit is contained in:
Su-Yong
2024-05-25 21:24:06 +09:00
parent 3a42d700fe
commit 4557aff9b6
3 changed files with 13 additions and 1 deletions

View File

@ -4,12 +4,14 @@
}
/* 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#layout {
--ytmusic-nav-bar-offset: 0px;
}
ytmusic-app-layout::-webkit-scrollbar{
width: var(--ytmusic-scrollbar-width);