Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

[Call for contribution] Is there someone with CSS/UX skills ?... #23

Closed
lauthieb opened this issue Feb 8, 2018 · 4 comments
Closed
Labels
bug 🐛 Something isn't working help wanted ✋ Extra attention is needed

Comments

@lauthieb
Copy link
Owner

lauthieb commented Feb 8, 2018

Hello guys,

I write this issue because I found a bug in Code Notes and I'm calling you because I'm not really good in CSS...

Expected Behavior

When I have a lot of languages, I can scroll to select the language I want

Current Behavior

When there are a lot of languages and a small window height, we cannot see all languages

capture d ecran 2018-02-08 a 09 59 33

Possible Solution

Add a scrollbar in the left sidebar... Or if you have any idea ?

I hope I will find someone that could do this PR or give me some advice.

Thanks.

Laurent :)

@lauthieb lauthieb added bug 🐛 Something isn't working help wanted ✋ Extra attention is needed labels Feb 8, 2018
@lauthieb
Copy link
Owner Author

lauthieb commented Feb 8, 2018

@shevabam
Copy link

shevabam commented Feb 8, 2018

On the list <ul> in <aside>, try by putting in CSS overflow: auto;

Also, you must define a maximum height (max-height). You have to recover the height of the window.

codenotes

@lauthieb
Copy link
Owner Author

lauthieb commented Feb 8, 2018

Thanks @shevabam !!!
I've just add this in the <ul> :

overflow: auto;
max-height: 77vh;

@lauthieb
Copy link
Owner Author

lauthieb commented Feb 8, 2018

FYI : I made a donate part in the website if you want to thank and motivate me... :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug 🐛 Something isn't working help wanted ✋ Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants