diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-04 09:02:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-04 09:02:59 +0200 |
commit | 26da644eab9ef62a3e559ac5626bb65a0b13a14d (patch) | |
tree | 95826f6881c28290ff8a657b07ae5966f9993370 /client/src/sass/bootstrap.scss | |
parent | 9295c68b74fe1f1e2e9f72009205d7f0379844c5 (diff) | |
download | PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.tar.gz PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.tar.zst PeerTube-26da644eab9ef62a3e559ac5626bb65a0b13a14d.zip |
Fix help component z-index
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index b0a18e6f2..bc37134dd 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -58,33 +58,12 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
58 | } | 58 | } |
59 | } | 59 | } |
60 | 60 | ||
61 | /* rules for dropdowns excepts when in button group, to avoid impacting the dropdown-toggle */ | ||
62 | .dropdown, | ||
63 | .dropup { | ||
64 | z-index: z(dropdown) !important; | ||
65 | } | ||
66 | |||
67 | .list-overflow-menu, | ||
68 | .parent-entry { | ||
69 | z-index: z(menu) - 1 !important; | ||
70 | } | ||
71 | |||
72 | .btn-group, | ||
73 | .dropdown-root, | ||
74 | .action-dropdown, | ||
75 | .input-group-prepend, | ||
76 | .column-toggle { | ||
77 | z-index: inherit !important; | ||
78 | } | ||
79 | |||
80 | .btn-group > .btn:not(:first-child) { | 61 | .btn-group > .btn:not(:first-child) { |
81 | border-top-left-radius: 0 !important; | 62 | border-top-left-radius: 0 !important; |
82 | border-bottom-left-radius: 0 !important; | 63 | border-bottom-left-radius: 0 !important; |
83 | } | 64 | } |
84 | 65 | ||
85 | .dropdown-menu { | 66 | .dropdown-menu { |
86 | z-index: z(dropdown) + 1 !important; | ||
87 | |||
88 | border-radius: 3px; | 67 | border-radius: 3px; |
89 | box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); | 68 | box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); |
90 | font-size: 15px; | 69 | font-size: 15px; |
@@ -302,22 +281,6 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
302 | margin: 0.3rem 0; | 281 | margin: 0.3rem 0; |
303 | } | 282 | } |
304 | 283 | ||
305 | ngb-modal-backdrop { | ||
306 | z-index: z(modal) - 1 !important; | ||
307 | } | ||
308 | |||
309 | ngb-modal-window { | ||
310 | z-index: z(modal) !important; | ||
311 | } | ||
312 | |||
313 | ngb-popover-window { | ||
314 | z-index: z(popover) !important; | ||
315 | } | ||
316 | |||
317 | ngb-tooltip-window { | ||
318 | z-index: z(tooltip) !important; | ||
319 | } | ||
320 | |||
321 | .btn-outline-secondary { | 284 | .btn-outline-secondary { |
322 | border-color: $input-border-color; | 285 | border-color: $input-border-color; |
323 | 286 | ||