Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll Bug [Site] #203

Open
1 task done
catemiko opened this issue Aug 2, 2022 · 7 comments
Open
1 task done

Scroll Bug [Site] #203

catemiko opened this issue Aug 2, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@catemiko
Copy link

catemiko commented Aug 2, 2022

Operating System

No response

Version of PolyMC

No version

Version of Qt

No version

Description of bug

When hovering on Maintainers' pictures in About section it shows scroll arrows but there`s nothing to scroll.
unknown (9)

Steps to reproduce

About > Maintainers > Hover on person picture.

Suspected cause

No response

This issue is unique

  • I have searched the issue tracker and did not find an issue describing my bug.
@catemiko catemiko added the bug Something isn't working label Aug 2, 2022
@catemiko
Copy link
Author

catemiko commented Aug 2, 2022

Chromium 93.0.4577.63 (Official Build) (64-bit)
Revision ff5c0da2ec0adeaed5550e6c7e98417dac77d98a-refs/branch-heads/4577@{#1135}
OS Windows 10 OS Version 2009 (Build 25136.1000)
JavaScript V8 9.3.345.16
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36

@flowln flowln transferred this issue from PolyMC/PolyMC Aug 2, 2022
@Scrumplex
Copy link
Contributor

Seems to be specific to Windows

@TayouVR
Copy link

TayouVR commented Aug 2, 2022

can confirm, happens for me too
image

Not sure whats causing it, it doesn't highlight anything...
I also tried to use "Responsive Design mode" to play around with user agent and such, but in that mode I couldn't reproduce the issue at all.

Explicitly setting overflow: hidden; for the CSS properties seems to "resolve" it though. (until someone with a 200 character username comes along, that would need scrolling...)

Don't think I can generate such a neat table, but uh:
OS: Windows 10 21H2 (19044.1826)
Browser: Mozilla Firefox 103.0 (64-bit)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0

@catemiko
Copy link
Author

catemiko commented Aug 3, 2022

That should fix this issue. Replaced overflow-y: scroll to auto.

.user-name {
    color: #fff;
    font-size: 1.2em;
    overflow-y: auto;
    overflow-wrap: break-word;
    text-align: center;
}

@ZekeZDev
Copy link
Contributor

ZekeZDev commented Aug 8, 2022

I have hopefully fixed this can someone please test it should be on the main site now.

@TayouVR
Copy link

TayouVR commented Aug 8, 2022

yes, it is fixed
image
although.. wasn't there previously a line break for longer names?
image
like this? (width: 100%;)
Or am I just remembering dev screenshots from discord/matrix and this was never live?

Either way; this particular issue is fixed and can be closed ^^

@ZekeZDev
Copy link
Contributor

I changed one line and yeah it broke word breaking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants