X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fbootstrap.scss;h=dc0d075c9a0dbb588c03c91458516f3a42e539eb;hb=000eb0e40d74e914f6691305511c44e89cd8bf07;hp=a3261a8a66868ed92760d2afc91826d05859d77a;hpb=ab4d4db44a4f943056b856cbdc7b8d157cabf9af;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index a3261a8a6..dc0d075c9 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -165,4 +165,8 @@ ngb-tabset.bootstrap { .dropdown-divider { margin: 0.3rem 0; -} \ No newline at end of file +} + +ngb-modal-backdrop { + z-index: 10000 !important; +}