Page 1 of 1

Menu text does not appear

Posted: 04 Jan 2019, 00:46
by romuloads
Menu text does not appear in chrome in firefox works normally. I am using version 7.0.0. The attached video shows the problem.
I use Windows 10 and Chrome Version 71.0.3578.98 (Official release) 64-bit
Video: https://youtu.be/DN-dmfHSFtc

Re: Menu text does not appear

Posted: 21 Jan 2019, 14:38
by fadarnell
I am experiencing this behavior as well.
Windows 10 and Google Chrome is up to date Version 71.0.3578.98 (Official Build) (64-bit).
Angular 7 and PrimeNG 7

A solution is appreciated.

Thanks!

Re: Menu text does not appear

Posted: 23 Jan 2019, 15:45
by mert.sincan
Please try;

Code: Select all

body .ui-scrollpanel-wrapper {
   z-index: auto;
}

Re: Menu text does not appear

Posted: 02 Feb 2019, 03:36
by romuloads
thank you. solved the problem.

Re: Menu text does not appear

Posted: 02 Feb 2019, 10:08
by mert.sincan
Glad to hear, thanks a lot for the update!