Files
homebrewery/client/components/Anchored.less
T
2026-02-01 17:36:53 +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; }
}