Commit eb599373 authored by cbartondock's avatar cbartondock

prevented dropdowns from going off screen in caliblur

parent 7b529b5f
...@@ -3290,7 +3290,9 @@ div.btn-group[role=group][aria-label="Download, send to Kindle, reading"] .dropd ...@@ -3290,7 +3290,9 @@ div.btn-group[role=group][aria-label="Download, send to Kindle, reading"] .dropd
-ms-transform-origin: center top; -ms-transform-origin: center top;
transform-origin: center top; transform-origin: center top;
border: 0; border: 0;
left: 0 !important left: 0 !important;
max-height: 80%;
overflow-y: auto;
} }
.dropdown-menu > li > a { .dropdown-menu > li > a {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment