You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: collapse shadow padding when window touches a screen edge
The custom window frame draws its shadow inside a 12px transparent
padding that belongs to the window bounds, so window managers clamp
the padded bounds against the screen edge and the visible content
stops short of it. Collapse the padding on the touching side to let
the content sit flush against the edge.
0 commit comments