Skip to content

Commit

Permalink
css fix for fullheight teaserbox
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph authored and [email protected] committed Feb 15, 2021
1 parent 031cc6b commit 6c970b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Module/NatureThemeSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class NatureThemeSetup extends \BackendModule
{
const VERSION = '1.4.0';
const VERSION = '1.4.1';

protected $strTemplate = 'be_naturetheme_setup';

Expand Down
10 changes: 4 additions & 6 deletions src/Resources/public/scss/parts/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1210,12 +1210,10 @@ pre {
height: 100vh;
z-index: 10;

&:nth-of-type(2) {
z-index: 11;
}

&:nth-of-type(3) {
z-index: 12;
@for $i from 1 through 20 {
&:nth-of-type(#{$i}) {
z-index: #{$i};
}
}
}
}
Expand Down

0 comments on commit 6c970b7

Please sign in to comment.