chore: update minor dependencies (#5295)

This commit is contained in:
Henrique Dias
2025-07-15 20:02:06 +02:00
committed by GitHub
parent 6425cc58b4
commit a7a68f74ae
6 changed files with 731 additions and 528 deletions

View File

@@ -192,7 +192,8 @@ export default {
style["position"] = "absolute";
style["top"] = "0";
style["height"] = "100%";
(style["min-height"] = this.size_px + "px"), (style["z-index"] = "-1");
((style["min-height"] = this.size_px + "px"),
(style["z-index"] = "-1"));
}
return style;