X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fsass%2Fbootstrap.scss;h=be5879b506fda7242c0c656eb6cb3bc13fe9d009;hb=f409f0c3b91d85c66b4841d72ea65b5fbe1483d8;hp=035270e89f08f08a340bbbafde03e876e43f9803;hpb=24e7916c6897bbb38e057cdf1a102286006be964;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 035270e89..be5879b50 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -9,6 +9,10 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; animation: spin .7s infinite linear; } +.flex-auto { + flex: auto; +} + @keyframes spin { from { transform: scale(1) rotate(0deg); @@ -19,7 +23,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; } .dropdown { - z-index: 10001 !important; + z-index: z(dropdown) !important; } .dropdown-menu { @@ -176,7 +180,11 @@ ngb-tabset.bootstrap { } ngb-modal-backdrop { - z-index: 10000 !important; + z-index: z(modal) - 1 !important; +} + +ngb-modal-window { + z-index: z(modal) !important; } .btn-outline-tertiary {