From 9f8004ed62442eb141c549a5d1b498100c6b7d03 Mon Sep 17 00:00:00 2001 From: Frank Ahn Date: Wed, 15 Mar 2017 17:44:52 +0900 Subject: [PATCH] Adjust pop-up docs position - Shift pop-up docs to the right position according to responsiveness --- web/src/css/header.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/src/css/header.less b/web/src/css/header.less index 97c699304..aa9abc76c 100644 --- a/web/src/css/header.less +++ b/web/src/css/header.less @@ -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;