Skip to content

Instantly share code, notes, and snippets.

@inpromotion
Last active January 14, 2018 08:25
Show Gist options
  • Save inpromotion/4adf0d95878925b12b62f94686b68672 to your computer and use it in GitHub Desktop.
Save inpromotion/4adf0d95878925b12b62f94686b68672 to your computer and use it in GitHub Desktop.
Фикс всплывающего окна с видео на темах Mobirise M4
.navbar-dropdown {
left: 0;
padding: 0;
position: absolute;
right: 0;
top: 0;
transition: all 0.45s ease;
z-index: 1;
background: #282828; }
@inpromotion
Copy link
Author

Нужно в файле dropdown > css > style.css изменить z-index на 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment