Merge pull request #2156 from syahn/pretty-popup

[web] Adjust pop-up docs position
This commit is contained in:
Maximilian Hils 2017-03-16 18:36:39 +01:00 committed by GitHub
commit 7a8b362df6

View File

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