prevented dropdowns from going off screen in caliblur

pull/1927/head
cbartondock 3 years ago
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…
Cancel
Save