fix container query style
This commit is contained in:
parent
2e3e49e575
commit
faa25faf92
|
@ -369,6 +369,10 @@ defineExpose({
|
|||
}
|
||||
}
|
||||
|
||||
> .content {
|
||||
container-type: inline-size;
|
||||
}
|
||||
|
||||
&.dialog {
|
||||
> .content {
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in New Issue