fix: lint

pull/5295/head
Henrique Dias 2025-07-15 19:53:54 +02:00
parent 19fd064545
commit d3e7c7b68c
No known key found for this signature in database
1 changed files with 2 additions and 1 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;