mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-21 13:38:56 +02:00
Overflow of table selector is changed from...
auto to hidden so that users wont see horizontal scroll bar during new template.
This commit is contained in:
parent
dc0e664df9
commit
05ae50caa8
@ -3,7 +3,7 @@
|
||||
.Table {
|
||||
margin-top: 16px;
|
||||
margin-left: 0 !important;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
flex: 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user