+3
-9
input.css
+3
-9
input.css
···
972
}
973
974
.site-navigation-dropdown-trigger {
975
-
anchor-name: --dropdown-trigger;
976
-
}
977
978
.site-navigation-popover {
979
-
position: absolute;
980
margin: 0;
981
inset: auto;
982
position-anchor: --dropdown-trigger;
983
-
position-area: bottom right;
984
-
position-try-fallbacks: --bottom-left;
985
-
}
986
-
987
-
@position-try --bottom-left {
988
position-area: bottom left;
989
-
}