fix browser UI being off

This commit is contained in:
Face
2025-07-31 16:15:47 +03:00
parent b59a98ed3a
commit c3aff33f46
2 changed files with 3 additions and 3 deletions

View File

@@ -114,4 +114,4 @@ static func create_panel_container_with_background(styles: Dictionary) -> PanelC
return panel_container
static func needs_background_wrapper(styles: Dictionary) -> bool:
return styles.has("background-color") or styles.has("border-radius") or styles.has("padding") or styles.has("padding-top") or styles.has("padding-right") or styles.has("padding-bottom") or styles.has("padding-left")
return styles.has("background-color") or styles.has("border-radius") or styles.has("padding") or styles.has("padding-top") or styles.has("padding-right") or styles.has("padding-bottom") or styles.has("padding-left")