prevented dropdowns from going off screen in caliblur

This commit is contained in:
cbartondock 2021-04-06 13:21:36 -04:00
parent 7b529b5f9e
commit eb599373ee
1 changed files with 3 additions and 1 deletions

View File

@ -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 {