-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Layout of navigation needs some fixes #122
Comments
What OS/Browser/Ver are you on? |
OSX Yosemite Chrome 43 |
I still don't understand why you would use overflow: scroll |
FYI... this is using the master branch |
I can't reproduce this. Can we setup a time to screenshare with Screenhero and I can try to diagnose on your machine? |
One thing that's bizarre that stands out to me in your screenshot is the scrollbar styling. Even when scrollbars are present for me in Chrome, they don't affect the layout, and they don't have a white background, they have a transparent background. It almost seems like you're using a completely different browser than me? |
You're not in a VM or something, right? |
@jglovier I just verified this. When I plugin an external monitor, I get the white scrollbars. When I unplug, I get the black scrollbars. Its some weird mac thing. Here is someone else on SO getting the same issue: |
🆒 That's so strange, because I'm on an external monitor and I can't reproduce this. Anyway, glad you found the fix. Thx. |
Also, the SO issue you linked to had to do with the scrollbar color itself, but not the appearance of a scrollbar background that affects the box layout. So that doesn't really explain it. |
@jglovier it was my external mouse. When I plugged it in it caused the scrollbars to show. I changed the setting here for Show scroll bars from Automatically based on mouse or trackpad to When scrolling and not it always shows the black bar and only when scrolling: |
@jglovier BTW -- I think if we left the overflow: scroll in the issue would reproduce in Windows because windows doesn't automatically hide scrollbars, but this feature in OSX does. |
@jkleinsc whoaaaaa interesting. Good find. 🔍 👀 👍 Reopening because I should address the breakage of the search bar regardless. That's a bit too fragile for my comfort, and who knows what else might trigger those scrollbars (e.g. a scenario where the scrollbar does need to appear for content, and the user has a mouse...like in the Philippines I'm guessing lol). |
I think I you factor in for a slightly wider scroll bar it would solve the search icon wrapping to the next line. Sent from my mobile device
|
Yup. 👍 |
Convert NewAllergyModal.test.tsx to RTL
There is an unneeded scrollbar on the navigation pane and the search icon is not in the right place. See attached screenshot:
The text was updated successfully, but these errors were encountered: