batches: hide scrollbar on tab bar
Created by: courier-new
Closes https://github.com/sourcegraph/sourcegraph/issues/39808.
Gets rid of the weird border line underneath the 4 steps tab bar on the Batch Change "create" page and SSBC workflow pages, which turned out to be a disabled scrollbar.
Before | After |
---|---|
To answer your inevitable questions about this change:
- No, I don't know why we had this set to
scroll
originally. There's no good reason to ever setoverflow: scroll.
- No, I don't know why Randell/Daniel saw the scrollbar in any browser, at any window size but Erik and myself didn't see it in any browser, at any window size. Best guess is that it's a manifestation of a MacOS "automatic" scrollbar setting behaving differently on different machines.
In short,
Test plan
- Be Randell/Daniel. Or if you're not so blessed, on MacOS, go to System Preferences > General and set scrollbar visibility to "Always"
- Visit /batch-changes/create
- Observe lack of scrollbar
👍 - Resize window width until the tabs no longer fit
- Observe scrollbar
👍
App preview:
Check out the client app preview documentation to learn more.