mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
6 lines
120 B
SCSS
6 lines
120 B
SCSS
.bili-album__watch__content {
|
|
max-height: calc(100vh - 200px);
|
|
overflow: auto;
|
|
// overscroll-behavior: contain;
|
|
}
|