mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
fix(lyrics): hide the scrollbar in lyrics page (#605)
* fix(lyrics): hide the scrollbar in lyrics page close #571 * fix(tracklist): close context menu when scrolling * fix: disable scrolling when modal show
This commit is contained in:
parent
fa98085dcf
commit
aa269cf2ca
6 changed files with 41 additions and 19 deletions
|
|
@ -111,6 +111,7 @@ export default {
|
|||
--color-navbar-bg: rgba(255, 255, 255, 0.86);
|
||||
--color-primary-bg-for-transparent: rgba(189, 207, 255, 0.28);
|
||||
--color-secondary-bg-for-transparent: rgba(209, 209, 214, 0.28);
|
||||
--html-overflow-y: overlay;
|
||||
}
|
||||
|
||||
[data-theme='dark'] {
|
||||
|
|
@ -140,7 +141,7 @@ body {
|
|||
}
|
||||
|
||||
html {
|
||||
overflow-y: overlay;
|
||||
overflow-y: var(--html-overflow-y);
|
||||
min-width: 768px;
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue