Remove vertical scrollbars from views on native (#3429)
* remove vertical scrollbars * add to a few missing lists * gate this change * use `hide_vertical_scroll_indicators` * fix gate lint * fix bool
This commit is contained in:
parent
6218eb0eea
commit
c3821fdc31
7 changed files with 88 additions and 51 deletions
|
@ -3,6 +3,7 @@ export type Gate =
|
|||
| 'autoexpand_suggestions_on_profile_follow'
|
||||
| 'disable_min_shell_on_foregrounding'
|
||||
| 'disable_poll_on_discover'
|
||||
| 'hide_vertical_scroll_indicators'
|
||||
| 'new_profile_scroll_component'
|
||||
| 'new_search'
|
||||
| 'receive_updates'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue