Fixed issue #1398 - Profile not clickable on browsers with touch events or on some Chrome for Windows.

This commit is contained in:
Martin Edenhofer 2017-09-12 16:39:06 +02:00
parent 578684ec89
commit 419593ec50

View file

@ -6103,6 +6103,11 @@ footer {
right: 10px; right: 10px;
} }
.dropdown-backdrop {
position: fixed;
@extend .zIndex-5; // has to be behind dropdown-menu (dropdown-menu is also zIndex-5 but behind dropdown-backdrop in dom)
}
.dropdown-menu { .dropdown-menu {
@extend .zIndex-5; // has to be behind modal windows and beneath notifications (popover) @extend .zIndex-5; // has to be behind modal windows and beneath notifications (popover)
position: absolute; position: absolute;