mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 18:32:41 +00:00
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
|
|
|
|
.anchored-box {
|
|
position:absolute;
|
|
@supports (inset-block-start: anchor(bottom)){
|
|
inset-block-start: anchor(bottom);
|
|
}
|
|
justify-self: anchor-center;
|
|
visibility: hidden;
|
|
&.active {
|
|
visibility: visible;
|
|
}
|
|
} |