Skip to content

Commit

Permalink
dropdown navigation fix for ie11
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph committed Jan 7, 2020
1 parent f8f6ac6 commit f815840
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module/OddThemeSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class OddThemeSetup extends \BackendModule
{
const VERSION = '1.1.4';
const VERSION = '1.1.5';

protected $strTemplate = 'be_oddtheme_setup';

Expand Down
2 changes: 2 additions & 0 deletions src/Resources/public/scss/parts/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ header, footer {
pointer-events: none;
position: absolute;
right: 0;
top: 50%;
margin-top: -12px;
}

.nav-container {
Expand Down

0 comments on commit f815840

Please sign in to comment.