mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
fix: 修复在Safari浏览器右下角出现的小白方框
This commit is contained in:
@@ -68,7 +68,7 @@ const subJustify = computed(() =>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.books-wrapper {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
|
||||
.wrapper {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user