MOBILE-3042 styles: Fix ion-item-divider displayed over video menus

main
Albert Gasset 2019-08-08 13:00:03 +02:00
parent aff8136179
commit 184faa4a6d
1 changed files with 5 additions and 0 deletions

View File

@ -1079,6 +1079,11 @@ details summary {
contain: none !important;
}
// Lower z-index for ion-item-divider so it is displayed below video menus.
ion-item-divider {
z-index: 2; // Ionic default is 100.
}
// Highlight text.
.matchtext {
background-color: $core-text-hightlight-background-color;