Skip to content

Commit

Permalink
undo psotion fixed in frepl
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Nov 23, 2024
1 parent 2eb85bd commit a49b838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reval-ui/src/reval/frepl.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
(let [id (str (nano-id 5))]
(overlay-add id [rnd {:bounds "window"
:default {:width 400 :height 400 :x 50 :y 60}
:style {:position "fixed"
:style {;:position "fixed" ; this works here, but in docy docs it does not longer show.
:border "solid 2px blue"
:background "#f0f0f0"
:display "grid"
Expand Down

0 comments on commit a49b838

Please sign in to comment.