mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
never show horizontal scrollbar in subroom list
This commit is contained in:
parent
6993dc034d
commit
01626d6b02
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ limitations under the License.
|
|||
/* let rooms list grab all available space */
|
||||
flex: 0 1 auto;
|
||||
padding: 0 15px !important;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
/*
|
||||
for browsers that don't support overlay scrollbars,
|
||||
|
|
Loading…
Reference in a new issue