mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-30 23:59:39 +00:00
Fix:Home page always showing horizontal scrollbar
This commit is contained in:
parent
359a2752d8
commit
aae8e7535a
6 changed files with 16 additions and 17 deletions
|
|
@ -30,8 +30,7 @@
|
|||
}
|
||||
|
||||
.bookshelf-row {
|
||||
/* Sidebar width + scrollbar width */
|
||||
width: calc(100vw - 88px);
|
||||
width: calc(100vw - (100vw - 100%));
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue