messagesdemo | remove zIndex from buttons

This commit is contained in:
Çetin 2021-12-15 13:56:11 +03:00
parent f140ba157b
commit 2b18107f22

View File

@ -6,12 +6,10 @@ import {Message, MessageService} from 'primeng/api';
styles: [`
:host ::ng-deep .p-button {
min-width: 8em;
z-index:10000;
}
:host ::ng-deep .p-message {
margin-left: .25em;
z-index:10000;
}
:host ::ng-deep .p-toast{