fix some CSS
This commit is contained in:
parent
91bc8c8bdd
commit
fa440e8d9b
|
@ -231,6 +231,7 @@ blockquote:before,
|
|||
width: 100vw;
|
||||
height: calc(100vh - 3rem);
|
||||
background-color: var(--bg);
|
||||
filter: brightness(50%);
|
||||
color: var(--color);
|
||||
z-index: 99999;
|
||||
justify-content: center;
|
||||
|
|
|
@ -238,6 +238,7 @@ iframe,
|
|||
flex: 1;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
background-color: var(--bg);
|
||||
}
|
||||
.additional {
|
||||
overflow-x: scroll;
|
||||
|
|
Loading…
Reference in New Issue
Block a user