Skip to content
Snippets Groups Projects
Commit 008b43ae authored by Hermann's avatar Hermann
Browse files

set scroll to auto to remove unneccessary scrollbars on linux and windows

parent 52c1946c
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ export default class TableView {
this.filters && m('div', {
style: {
height: '40px',
'overflow-x': 'scroll',
'overflow-x': 'auto',
'white-space': 'nowrap',
padding: '0px 5px',
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment