Fixed issue #1398 - Profile not clickable on browsers with touch events or on some Chrome for Windows.
This commit is contained in:
parent
578684ec89
commit
419593ec50
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue