Fixed lack of ability to scroll with fullscreen mode (#903)
This commit is contained in:
parent
bd5b199318
commit
837afefb1d
2 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,7 @@ canvas {
|
|||
|
||||
.reader {
|
||||
background-color: black;
|
||||
overflow: auto;
|
||||
|
||||
img {
|
||||
align-items: center;
|
||||
|
@ -54,6 +55,8 @@ canvas {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.overlay {
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
backdrop-filter: blur(10px); // BUG: This doesn't work on Firefox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue