Adjust pop-up docs position

- Shift pop-up docs to the right position according to responsiveness
This commit is contained in:
Frank Ahn 2017-03-15 17:44:52 +09:00
parent eba6d4359c
commit 9f8004ed62

View File

@ -106,10 +106,18 @@ header {
.filter-input .popover { .filter-input .popover {
top: 27px; top: 27px;
left: 43px;
display: block; display: block;
max-width: none; max-width: none;
opacity: 0.9; opacity: 0.9;
@media (max-width: @screen-xs-max) {
top: 16px;
left: 29px;
right: 2px;
}
.popover-content { .popover-content {
max-height: 500px; max-height: 500px;
overflow-y: auto; overflow-y: auto;