mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-24 12:58:11 +00:00
11
client/components/Anchored.less
Normal file
11
client/components/Anchored.less
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
.anchored-box {
|
||||
position : absolute;
|
||||
visibility : hidden;
|
||||
justify-self : anchor-center;
|
||||
@supports (inset-block-start: anchor(bottom)) {
|
||||
inset-block-start : anchor(bottom);
|
||||
}
|
||||
&.active { visibility : visible; }
|
||||
}
|
||||
Reference in New Issue
Block a user