From: Grégoire Aubert Date: Thu, 22 Jun 2017 12:13:29 +0000 (+0200) Subject: Compensate the missing scrollbar when opening a modal X-Git-Tag: 6.5-M2~42 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7f5e68f316c299d35cb1ffbf223c5eefa8a29479;p=sonarqube.git Compensate the missing scrollbar when opening a modal --- diff --git a/server/sonar-web/src/main/less/components/modals.less b/server/sonar-web/src/main/less/components/modals.less index 4add5ce14c6..306cf00fca6 100644 --- a/server/sonar-web/src/main/less/components/modals.less +++ b/server/sonar-web/src/main/less/components/modals.less @@ -77,6 +77,7 @@ .modal-open, .ReactModal__Body--open { overflow: hidden; + margin-right: 15px; } .modal-container {