From: Lenz Grimmer Date: Tue, 30 Jun 2020 09:51:04 +0000 (+0200) Subject: Merge pull request #35370 from tspmelo/wip-ng-modal X-Git-Tag: v16.1.0~1883 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ffaf709cad9bf7a8a45bbcdc53b47da0ec74262a;p=ceph.git Merge pull request #35370 from tspmelo/wip-ng-modal mgr/dashboard: Use ng-bootstrap for Modal Reviewed-by: Stephan Müller Reviewed-by: Volker Theile --- ffaf709cad9bf7a8a45bbcdc53b47da0ec74262a diff --cc src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.scss index fe429666596f,73ce56b9920a..05ba40f50373 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/modal/modal.component.scss @@@ -12,6 -12,10 +12,10 @@@ ::ng-deep .modal-body { max-height: 70vh; - overflow-y: auto; overflow-x: hidden; + overflow-y: auto; } + + button.close { + outline: none; + }