mirror of
https://github.com/rio-labs/rio.git
synced 2026-01-09 23:00:01 -06:00
10 lines
117 B
SCSS
10 lines
117 B
SCSS
.rio-stack {
|
|
pointer-events: none;
|
|
display: grid;
|
|
}
|
|
|
|
.rio-stack > * {
|
|
grid-row: 1;
|
|
grid-column: 1;
|
|
}
|