1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Always set ha-wa-dialog position to fixed (#28301)

This commit is contained in:
Paul Bottein
2025-12-03 11:11:54 +01:00
committed by GitHub
parent d6edd150a8
commit e0a6b671ce
2 changed files with 0 additions and 6 deletions

View File

@@ -381,10 +381,6 @@ export class DemoHaWaDialog extends LitElement {
<td><code>--dialog-z-index</code></td>
<td>Z-index for the dialog.</td>
</tr>
<tr>
<td><code>--dialog-surface-position</code></td>
<td>CSS position of the dialog surface.</td>
</tr>
<tr>
<td><code>--dialog-surface-margin-top</code></td>
<td>Top margin for the dialog surface.</td>