Closed Small-Ku closed 1 year ago
Describe the bug When user profile overflow, whole window seems moved upward.
To Reproduce Steps to reproduce the behavior:
Expected behavior The window should stay. Let user to scroll the user profile would be better.
Screenshots
System Info (please complete the following information):
Additional context This CSS would fix it for now:
.layerContainer-2lfOPe { overflow: clip; top: 30px; } .layerContainer-2lfOPe .userProfileOuter-2tQwNf { --custom-user-popout-outside-components-height: 30px; }
Fixed in 976de7a
Describe the bug When user profile overflow, whole window seems moved upward.
To Reproduce Steps to reproduce the behavior:
Expected behavior The window should stay. Let user to scroll the user profile would be better.
Screenshots
System Info (please complete the following information):
Additional context This CSS would fix it for now: