feat: freezing the list in the backgroud while previewing a file (#3004)

This commit is contained in:
niubility000
2024-02-23 02:42:36 +08:00
committed by GitHub
parent fe5ca74aa1
commit e167c3e1ef
4 changed files with 44 additions and 19 deletions

View File

@@ -152,7 +152,7 @@ main .spinner .bounce2 {
/* PREVIEWER */
#previewer {
background-color: rgba(0, 0, 0, 0.9);
background-color: rgba(0, 0, 0, 0.99);
padding-top: 4em;
position: fixed;
top: 0;