-
-
Notifications
You must be signed in to change notification settings - Fork 789
editor: add scrollbar to color picker #8065
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
base: beta
Are you sure you want to change the base?
Conversation
* web: archive notes Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> * global: arhives -> archived Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
* web: make part of nav menu header draggable Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> * Update apps/web/src/app.css Signed-off-by: Abdullah Atta <thecodrr@protonmail.com> * Update apps/web/src/components/navigation-menu/index.tsx Signed-off-by: Abdullah Atta <thecodrr@protonmail.com> --------- Signed-off-by: Abdullah Atta <thecodrr@protonmail.com> Co-authored-by: Abdullah Atta <thecodrr@protonmail.com>
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
* move it down so it doesn't block the link Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
…writers#8037) Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Maybe because you are applying it at the wrong level. It should work because it is working everywhere else. |
@@ -171,13 +171,16 @@ export function ColorPicker(props: ColorPickerProps) { | |||
) : null} | |||
<Flex> | |||
<Flex | |||
className="hide-scrollbar" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We hide the scrollbar on mobile devices where the colors are horizontally scroll-able.
Signed-off-by: 01zulfi 85733202+01zulfi@users.noreply.github.com