Use the `env(scrollbar-inline-size)` to add padding end to the column picker
Categories
(Thunderbird :: Folder and Message Lists, enhancement)
Tracking
(thunderbird_esr102 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr102 | --- | unaffected |
People
(Reporter: aleca, Assigned: aleca)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Supernova3p])
Attachments
(2 files)
Since the entire tree list container is scrollable and the table header is in a sticky position, the scrollbar goes on top of it.
This is a bit annoying when the OS scrollbar has a "floating" style and it's selected, which ends up covering a good part of the column picker button when selected.
We should add a padding at the end of the column picker button based on an environmental variable detecting the width of the expanded OS scrollbar.
E.g.: padding-inline-end: env(scrollbar-inline-size);
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
This is how it looks in TB 102, which seems space-efficient and orderly. Are we able to restore that here?
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
(In reply to Thomas D. (:thomas8) from comment #2)
This is how it looks in TB 102, which seems space-efficient and orderly. Are we able to restore that here?
This bug and patch are specific for the overlay scrollbar.
We're not changing anything for those OSs that have "Always show scrollbars" enabled.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/4b7729eea06b
Use the env(scrollbar-inline-size) to add padding end to the column picker. r=emilio
Updated•2 years ago
|
Description
•