fix container query style

This commit is contained in:
syuilo 2023-01-02 09:39:18 +09:00
parent 2e3e49e575
commit faa25faf92
1 changed files with 4 additions and 0 deletions

View File

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