Tags scrolling #51

Closed
opened 2026-02-04 16:48:06 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @ivanbarsukov on GitHub (Dec 14, 2020).

There is a problem while editing task tags: if there are more tags than fit from the task to the top of the screen, they are cut off. It would be great if you could add scrolling

Originally created by @ivanbarsukov on GitHub (Dec 14, 2020). There is a problem while editing task tags: if there are more tags than fit from the task to the top of the screen, they are cut off. It would be great if you could add scrolling
OVERLORD added the bug label 2026-02-04 16:48:06 +03:00
Author
Owner

@nickbe commented on GitHub (Dec 15, 2020):

I'm really tagging a lot, but I've never encountered a problem. Can you post a screenshot of what you mean for us?

@nickbe commented on GitHub (Dec 15, 2020): I'm really tagging a lot, but I've never encountered a problem. Can you post a screenshot of what you mean for us?
Author
Owner

@pkrolkgp commented on GitHub (Dec 18, 2020):

I have the same problem, also when adding new users have same behaviour.
obraz

@pkrolkgp commented on GitHub (Dec 18, 2020): I have the same problem, also when adding new users have same behaviour. ![obraz](https://user-images.githubusercontent.com/32438012/102614548-b8d4f100-4134-11eb-8489-2f55df657bec.png)
Author
Owner

@nickbe commented on GitHub (Jan 7, 2021):

This is something that should be technically fixed in time of course,
BUT I don't think this is a real life example. I'm using PLANKA with 30+ Projects and dozens of real life project boards here. And I also love my labels and use them extensively. But I never need more than - let's say 10 or 12 different labels per board.

@nickbe commented on GitHub (Jan 7, 2021): This is something that should be technically fixed in time of course, BUT I don't think this is a real life example. I'm using PLANKA with 30+ Projects and dozens of real life project boards here. And I also love my labels and use them extensively. But I never need more than - let's say 10 or 12 different labels per board.
Author
Owner

@meltyshev commented on GitHub (Jan 7, 2021):

I should add scrolling functionality to the popup component. It's a bug.

@meltyshev commented on GitHub (Jan 7, 2021): I should add scrolling functionality to the popup component. It's a bug.
Author
Owner

@Mai-Lapyst commented on GitHub (May 27, 2021):

For a temporary workaround you could use a stylus css on your planka site:

.popup>.content {
    overflow-y: auto;
    max-height: 64vh;
}
@Mai-Lapyst commented on GitHub (May 27, 2021): For a temporary workaround you could use a stylus css on your planka site: ```css .popup>.content { overflow-y: auto; max-height: 64vh; } ```
Author
Owner

@nickbe commented on GitHub (May 28, 2021):

Should be easy enough then. :) Thanks

@nickbe commented on GitHub (May 28, 2021): Should be easy enough then. :) Thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#51