fix container query style

This commit is contained in:
syuilo 2023-01-02 09:39:18 +09:00
parent 2e3e49e575
commit faa25faf92

View file

@ -369,6 +369,10 @@ defineExpose({
} }
} }
> .content {
container-type: inline-size;
}
&.dialog { &.dialog {
> .content { > .content {
position: fixed; position: fixed;