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

Hiding scrollbars #51

Closed
switchedtoanotheraccount opened this issue Mar 12, 2016 · 0 comments · Fixed by #62
Closed

Hiding scrollbars #51

switchedtoanotheraccount opened this issue Mar 12, 2016 · 0 comments · Fixed by #62
Labels
Milestone

Comments

@switchedtoanotheraccount
Copy link

switchedtoanotheraccount commented Mar 12, 2016

Any chance of an option to hide the scrollbars in the columns?
There are other CSS Tweetdeck scripts for this feature - like https://userstyles.org/styles/76512/hide-tweetdeck-scrollbars - so I assume it's possible to implement.
I noticed that your screenshots (In the "Appearance" BTD settings tab for example) are already scrollbar-less and I think it looks better that way.

UPD: to clarify, it seems that the correct way to hide the scrollbars is

.js-column-scroller {
  overflow-y:hidden;
}
.js-detail-container {
  overflow-y:hidden;
}

(in .js-column-scroller to disable the main column scrollbars; and in .js-detail-container to prevent the scrollbars appearing when viewing tweet details)

@eramdam eramdam added this to the 3.0 milestone Mar 13, 2016
eramdam added a commit that referenced this issue May 30, 2016
@eramdam eramdam mentioned this issue Jul 29, 2016
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