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
|
|
@ -156,6 +156,7 @@ $primary-color: #0062cc;
|
|||
.reading-section {
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.book-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue