Kaynağa Gözat

Use a suitable z-index for valo-menuitems overlay (#18869)

The floating menu should have a high z-index not to be below components that
use z-index, still below floating vaadin elements like windows, notifications and tooltips.

Change-Id: I0ae5d2612ba50ca703f2e604891a25db4bc1d75a
tags/7.6.0.alpha7
Matti Tahvonen 8 yıl önce
ebeveyn
işleme
f2a3d4d570

+ 1
- 1
WebContent/VAADIN/themes/valo/components/_valo-menu.scss Dosyayı Görüntüle

@@ -226,7 +226,7 @@ $valo-menu-background-color: scale-color($v-app-background-color, $lightness: if
.valo-menuitems {
@include valo-menu-style;
position: fixed;
z-index: 200;
z-index: 9000;
top: $v-unit-size;
bottom: 0;
height: auto;

Loading…
İptal
Kaydet