mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
11 lines
226 B
Plaintext
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; }
|
|
} |