SpikeHD / Dorion

Tiny alternative Discord client with a smaller footprint, snappier startup, themes, plugins and more!
https://spikehd.github.io/projects/dorion/
GNU General Public License v3.0
631 stars 20 forks source link

[Bug] Unexpected user profile overflow #118

Closed Small-Ku closed 1 year ago

Small-Ku commented 1 year ago

Describe the bug When user profile overflow, whole window seems moved upward.

To Reproduce Steps to reproduce the behavior:

  1. Enter any server
  2. Find a user that has long user profile by click it with left click

Expected behavior The window should stay. Let user to scroll the user profile would be better.

Screenshots Screenshot of the bug, with server list blurred

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;
}
SpikeHD commented 1 year ago

Fixed in 976de7a