1
0
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:
Baris 2023-04-10 21:57:14 +03:00
parent dc0e664df9
commit 05ae50caa8

View File

@ -3,7 +3,7 @@
.Table {
margin-top: 16px;
margin-left: 0 !important;
overflow: auto;
overflow: hidden;
position: relative;
flex: 1;