File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1172,15 +1172,15 @@ select::picker(select) {
11721172 max-block-size: stretch;
11731173 overflow: auto;
11741174 /* Below and span-right, by default. */
1175- position-area: block-end span-inline-end;
1175+ position-area: self- block-end span-self -inline-end;
11761176 position-try-order: most-block-size;
11771177 position-try-fallbacks:
11781178 /* First try above and span-right. */
1179- block-start span-inline-end,
1179+ self- block-start span-self -inline-end,
11801180 /* Then below but span-left. */
1181- block-end span-inline-start,
1181+ self- block-end span-self -inline-start,
11821182 /* Then above and span-left. */
1183- block-start span-inline-start;
1183+ self- block-start span-self -inline-start;
11841184}
11851185```
11861186
You can’t perform that action at this time.
0 commit comments