mirror of
https://github.com/janeczku/calibre-web
synced 2025-01-13 02:40:29 +00:00
prevented dropdowns from going off screen in caliblur
This commit is contained in:
parent
7b529b5f9e
commit
eb599373ee
@ -3290,7 +3290,9 @@ div.btn-group[role=group][aria-label="Download, send to Kindle, reading"] .dropd
|
||||
-ms-transform-origin: center top;
|
||||
transform-origin: center top;
|
||||
border: 0;
|
||||
left: 0 !important
|
||||
left: 0 !important;
|
||||
max-height: 80%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.dropdown-menu > li > a {
|
||||
|
Loading…
Reference in New Issue
Block a user