diff --git a/frontend/src/app/main/exports.cljs b/frontend/src/app/main/exports.cljs index 1f70e5e48..1496caaa2 100644 --- a/frontend/src/app/main/exports.cljs +++ b/frontend/src/app/main/exports.cljs @@ -148,8 +148,10 @@ :version "1.1" :xmlnsXlink "http://www.w3.org/1999/xlink" :xmlns "http://www.w3.org/2000/svg" - :xmlns:penpot "https://penpot.app/xmlns"} - [:& background {:vbox dim :color background-color}] + :xmlns:penpot "https://penpot.app/xmlns" + :style {:width "100%" + :height "100%" + :background background-color}} (for [item shapes] (let [frame? (= (:type item) :frame)] (cond