Prevent cross-grid variable inheritance
This commit is contained in:
parent
61e24d18bc
commit
4e9e644e13
|
@ -68,6 +68,16 @@
|
|||
position: relative;
|
||||
height: 400px;
|
||||
gap: 0;
|
||||
|
||||
/* Prevent cross-grid variable inheritance */
|
||||
--grid-desktop-col-start: initial;
|
||||
--grid-desktop-col-end: initial;
|
||||
--grid-desktop-row-start: initial;
|
||||
--grid-desktop-row-end: initial;
|
||||
--grid-mobile-col-start: initial;
|
||||
--grid-mobile-col-end: initial;
|
||||
--grid-mobile-row-start: initial;
|
||||
--grid-mobile-row-end: initial;
|
||||
}
|
||||
.grid,
|
||||
.underlay {
|
||||
|
|
Loading…
Reference in New Issue