]> source.dussan.org Git - sonarqube.git/commitdiff
Compensate the missing scrollbar when opening a modal
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 22 Jun 2017 12:13:29 +0000 (14:13 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Tue, 4 Jul 2017 12:15:34 +0000 (14:15 +0200)
server/sonar-web/src/main/less/components/modals.less

index 4add5ce14c665fb6b4cfcd740a73f4627b359973..306cf00fca6d9588dd7646def94fd29c49e97d41 100644 (file)
@@ -77,6 +77,7 @@
 .modal-open,
 .ReactModal__Body--open {
   overflow: hidden;
+  margin-right: 15px;
 }
 
 .modal-container {