0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00
Files
homebrewery/client/components/Anchored.less
Víctor Losada Hernández 163e3927b5 style lint
2025-03-18 19:38:58 +01:00

11 lines
226 B
Plaintext

.anchored-box {
position : absolute;
visibility : hidden;
justify-self : anchor-center;
@supports (inset-block-start: anchor(bottom)) {
inset-block-start : anchor(bottom);
}
&.active { visibility : visible; }
}