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

[BUG] Add scroll on dock overflow #316

Open
eythaann opened this issue Dec 6, 2024 · 2 comments
Open

[BUG] Add scroll on dock overflow #316

eythaann opened this issue Dec 6, 2024 · 2 comments

Comments

@eythaann
Copy link
Owner

eythaann commented Dec 6, 2024

image

@luriusTM
Copy link
Contributor

luriusTM commented Dec 6, 2024

What do I see? :D
But from the title I know what you want :) will make a fix for that.

@luriusTM
Copy link
Contributor

luriusTM commented Dec 7, 2024

This is not half as easy as it sounds... for bottom taskbar is kind of done.

3 possible solution comes into picture, all of them has some restriction:
If other solution is needed, let's talk about why and how this is the concluded and what are the possible solution!

Alternatives:

  • CSS magic with difficult calculations and pixel precise solution in theme. (current)
  • Javascript (react) additional render item, which solves the scrolling with custom items.
  • Different concept for scrolling (overflow: none, scroll with js)

Restriction of pure CSS solution:

  • Two additional div
    image
  • Drag can not leave horizontally the bar
    image
  • Weg item hitbox reduced:
    image

Current usability:

Screen.Recording.2024-12-07.125512.mp4

luriusTM added a commit to luriusTM/Seelen-UI that referenced this issue Dec 11, 2024
luriusTM added a commit to luriusTM/Seelen-UI that referenced this issue Dec 11, 2024
luriusTM added a commit to luriusTM/Seelen-UI that referenced this issue Dec 20, 2024
luriusTM added a commit to luriusTM/Seelen-UI that referenced this issue Dec 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants