-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Code Hints should never show horizontal scrollbar #2532
Comments
Reviewed. Medium priority to @RaymondLim. We should probably have a max-width, but it should be fairly large. |
I just noticed that due to the horizontal bar it is impossible to read the last option, since the bar is infront of the text. |
it seems that changing the overflow-y property from auto to scroll fixes the behaviour. |
@WebsiteDeveloper - this bug is already assigned to the current sprint (see "Milestone" above), so @redmunds or @RaymondLim may already be working on it. Please check with them before putting too much effort into this. |
i won't put to much effort in it because i seems fairly simple to fix but thanks for the hint |
@RaymondLim could you please put up a comment if you are working on this otherwise i shall add a pull request for this issue |
I started to look at this, but don't have a fix yet, so you're welcome to submit a pull request if you have a fix. |
Note that we want to get rid of the horizontal scrollbar, so I don't think overflow-y is going to fix it. |
Confirmed. Closing. |
I notice this when testing CSS Code Hints by @zoufahl and JS Code Hints by @iwehrman
The width of the Code Hints list should expand to fit the width of the content.
The text was updated successfully, but these errors were encountered: