Rocket.chat: 0.59.3 Scrolling Bar always visible

Created on 18 Nov 2017  路  7Comments  路  Source: RocketChat/Rocket.Chat

Description:

Server Setup Information:

  • Version of Rocket.Chat Server: 0.95.3
  • Operating System: CentOS 7
  • Deployment Method(snap/docker/tar/etc): Tar
  • Number of Running Instances: 1
  • DB Replicaset Oplog:
  • Node Version: v4.8.4

Steps to Reproduce:

  • Always present when using (current) Firefox.
  • Not present when using Chrome/Chromium

The Channel Scrollbar is always visible, even when nothing is there to scroll.

Expected behavior:

As seen in Chrome:
image

Actual behavior:

As seen in Firefox:
image

uux bug

Most helpful comment

Found this workaround in open.rocket.chat (I recall):

Administration -> Layout -> Custom.CSS

/* Hide Firefox scrollbar in left pane if not needed */
.rooms-list { overflow-y: auto; }

All 7 comments

same on demo.rocket.chat

same with Internet Explorer 11.
Rocket.Chat 0.59.3

Found this workaround in open.rocket.chat (I recall):

Administration -> Layout -> Custom.CSS

/* Hide Firefox scrollbar in left pane if not needed */
.rooms-list { overflow-y: auto; }

I can confirm the workaround from @Gummikavalier works.

The workaround works for Firefox, but not for InternetExplorer 11.

Will this workaround be added to Rocket.Chat ? I'm using 0.64.2, and still viewing this.

closed by #10367

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lunitic picture lunitic  路  3Comments

danpospisil picture danpospisil  路  3Comments

mattlin picture mattlin  路  3Comments

tanc picture tanc  路  3Comments

royalaid picture royalaid  路  3Comments