-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Empty space for single item data results + broken scrollbar #255
Comments
hi can i work on this issue? |
of course 🙂 |
fyi the storybook components are a bit broken, im fixing them in my current PR. I could merge part of it if you wanna use that for testing. I think it'll make your life easier cause then you control the inputs to those components. |
I just realised that the backend is written in python, |
cc: @RamiAwar |
@rohitt-gupta you'll need to install python 3.11 on your Windows machine, at time of writing 3.11.9 is the most recent patch version. Then, you'll need to tell poetry to use that version that you just installed, see the instructions here. There is one other alternative, in case you have docker installed on your system, we have a dev docker compose. If you don't have docker installed (and that last sentence did not make sense to you), no worries, you can just ignore this option and stick to installing python 3.11 😄 |
We encourage using docker though, that's the simplest way to get started + installs all the deps for you! @rohitt-gupta It will still work when you change the code - your changes would reflect instantly on both FE and BE. |
Alright, let me try that. |
Privileged issue
Issue Content
Visually annoying edge-case, but also breaks the horizontall scrollbar (can't drag it anymore) which is annoying. Users will have to workaround with shift + scroll (horizontal scroll)
Here the scrollbar doesn't work:
More icons shifted badly:
The text was updated successfully, but these errors were encountered: