mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix scrollbars appearing when mousing over button box
This commit is contained in:
parent
88b3ef9b5f
commit
9f2bf5482b
@ -208,7 +208,7 @@ class Client:
|
||||
if select.options.selectedIndex?:
|
||||
select.options[select.options.selectedIndex].scrollIntoView()
|
||||
parent_div.appendChild(E.div(
|
||||
style='margin-top: 1rem; display: flex; justify-content: space-between; align-items: flex-start',
|
||||
style='margin: 1rem; display: flex; justify-content: space-between; align-items: flex-start',
|
||||
create_button(_('Restore defaults'), action=restore_defaults),
|
||||
create_button(_('Close'), action=close_modal)
|
||||
))
|
||||
|
Loading…
x
Reference in New Issue
Block a user