Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Horizontal scrollbar doesn't span all the way down anymore #551

Closed
lc-guy opened this issue Apr 5, 2021 · 3 comments · Fixed by #585
Closed

Horizontal scrollbar doesn't span all the way down anymore #551

lc-guy opened this issue Apr 5, 2021 · 3 comments · Fixed by #585
Labels

Comments

@lc-guy
Copy link

lc-guy commented Apr 5, 2021

The horizontal scrollbar used to span all the way down the visible page content before, so I could simply move my mouse to the very bottom of the screen and click-hold to move it around. Now, it seems there's 1 or 2px of margin between the scrollbar and the bottom that prevents me from doing that.

@lc-guy lc-guy added the bug label Apr 5, 2021
@eramdam
Copy link
Owner

eramdam commented Apr 5, 2021

Hum, I don't remember something like that. Could you show me a screenshot and tell me what browser/OS you're on?

@lc-guy
Copy link
Author

lc-guy commented Apr 5, 2021

image
See the tiny margin below the scrollbar.
Latest Firefox, tried on both Linux laptop and Windows desktop.

@eramdam
Copy link
Owner

eramdam commented Apr 14, 2021

@lc-guy I'll have a fix for this in the next release, in the meantime you can add this as a bit of custom CSS

html .app-columns-container {
bottom: 0 !important;
}

eramdam added a commit that referenced this issue Apr 14, 2021
@eramdam eramdam mentioned this issue Apr 14, 2021
eramdam added a commit that referenced this issue Apr 16, 2021
* PoC settings search

* working and decent looking search

* fix update when unmounted issue

* Revert "fix update when unmounted issue"

This reverts commit dea328a.

* only index once and dedup by unique keys

* Update settingsModal.tsx

* 🔧

* 🔧

* 🔧

* Update radioSelectSettingsRow.tsx

* 🐛

* 🐛

* 🔧

* Don't override TweetDeck theme anymore

* use old keep hashtags implementation 🤷

* Uncollapse collapsed columns when clicking in the app navigation

* put emoji/gif features behind settings

* don't show the emoji completion unless at least two characters are matched

* add settings for emoji/gif stuff + type-safe settings sections

* fix "new" badge appearance

* Add setting to show cards in columns with small media + add warnings in CSS editor

* Update messages.json

* Fix buttons layout in detailed view

Should fix #544

* settings improvements

* allow for custom pick of accent color

Fixes #539

* use TweetDeck's method when setting the theme during auto-switch

Fixes #563

* Re-add "Add regular expression filter for usernames" by @pixeldesu

* emoji picker hidden tweaks

* Optional allowlist for like account picker

Fixes #559

* Update changeTweetActions.ts

* Fix #551

* Add a setting to change the translation destination language

Fixes #517

* Support clicking on an emoji in the completion to insert it
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants