mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 00:28:43 +00:00
🐛 Fix bubbles getting displaced when thread does not fit in viewport
This commit is contained in:
parent
3518f8160c
commit
1662fe5b01
@ -962,7 +962,7 @@
|
||||
(some? position-modifier)
|
||||
(gpt/transform position-modifier))
|
||||
|
||||
max-height (when (some? viewport) (int (* (:height viewport) 0.75)))
|
||||
max-height (when (some? viewport) (int (* (:height viewport) 0.5)))
|
||||
|
||||
;; We should probably look for a better way of doing this.
|
||||
bubble-margin {:x 24 :y 24}
|
||||
|
||||
@ -19,9 +19,5 @@
|
||||
}
|
||||
|
||||
.threads {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user