Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
demo.typo3.org
demo.typo3.org TYPO3 Installation
Commits
efda25fb
Commit
efda25fb
authored
Feb 16, 2021
by
David Steeb
Browse files
Merge branch 'T3DEMO-307' into 'main'
[BUGFIX] Add z-index to resetbanner trigger icon See merge request
!42
parents
755e58c9
eb44fb17
Pipeline
#10352
failed with stages
in 8 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/extensions/site_t3demo/Resources/Private/Scss/_zindex.scss
View file @
efda25fb
...
...
@@ -12,13 +12,13 @@ $z-index-list: (
'.b_header__meta'
,
'.b_header'
,
'.b_resetbanner__overlay'
,
'.b_resetbanner'
'.b_resetbanner'
,
'.b_resetbanner__trigger'
);
$z-index-defaults
:
(
);
// create all z-index values
$temp-z
:
10
;
@each
$class
in
$z-index-list
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment