V2 modals weird quirk #1470
Replies: 1 comment
-
|
I should have posted this in the lipgloss repo, so im closing this and moving it there! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed something odd about how canvas layers are rendered in different terminals. When i have one of the layers coords at 0, 0 , 0 and the other layer anywhere on top of it, most of the screen seems to be eaten by the layer on top when im using ghostty or the default terminal. but oddly.. it works just fine in kitty!
changing the coords of the first layer to (1,1,0) seems to fix the problem, but shifts the first layer position (obv).
This is in kitty, where it works just fine
This is what i see in ghostty and the default terminal
Note: Im using bubbletea v1
Beta Was this translation helpful? Give feedback.
All reactions