Avalon modal Dialogs not working properly with primereact 3.4

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
Noshan
Posts: 1
Joined: 14 Mar 2019, 08:28

10 Feb 2020, 09:34

Hi,

We are using Avalon 3.0 and recently upgraded primereact to 3.4, but after the update opacity of all the modal dialogs are disturbed

Please help,

Thanks

merve7
Posts: 861
Joined: 12 Sep 2017, 10:44

21 Feb 2020, 10:02

Hi,
We fixed it for the next release. You can add the below code in your stylesheet or _theme_sytles.scss file, until release;

Code: Select all

body {
    .p-dialog-wrapper {
        &.p-component-overlay {
            background-color: rgba(0, 0, 0, 0.4);
            @include opacity(1);
        }
     }
}

Post Reply

Return to “Avalon - PrimeReact”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 5 guests