Inset 0
The "inset" logical property gem is shorthand for all the sides of your box.
This sets all sides to 0, snapping each corner to the corner of it's parent.
.full {
position: absolute;
inset: 0;
}
The "inset" logical property gem is shorthand for all the sides of your box.
This sets all sides to 0, snapping each corner to the corner of it's parent.
.full {
position: absolute;
inset: 0;
}