Page 1 of 1

Grid System problem with css .vertical-container

Posted: 13 Feb 2022, 22:47
by andersonneto
The css is misconfiguring when using the .vertical-container class.
Change the grid spacing and the background color becomes dark gray.

mirage 3.1.0

Re: Grid System problem with css .vertical-container

Posted: 14 Feb 2022, 03:23
by mert.sincan
Hi,

The 'vertical-container' class is a custom class that is created for grid demo. You can check this class under the 'demo' folder. Also, please see the following line;

Code: Select all

.vertical-container {
    ...
    background: var(--surface-d);
    ...
}
Best Regards,