mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Fixed lack of ability to scroll with fullscreen mode (#903)
This commit is contained in:
parent
bd5b199318
commit
837afefb1d
@ -156,6 +156,7 @@ $primary-color: #0062cc;
|
|||||||
.reading-section {
|
.reading-section {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.book-content {
|
.book-content {
|
||||||
|
@ -26,6 +26,7 @@ canvas {
|
|||||||
|
|
||||||
.reader {
|
.reader {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -54,6 +55,8 @@ canvas {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
background-color: rgba(0,0,0,0.5);
|
background-color: rgba(0,0,0,0.5);
|
||||||
backdrop-filter: blur(10px); // BUG: This doesn't work on Firefox
|
backdrop-filter: blur(10px); // BUG: This doesn't work on Firefox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user