Do not show window scrollbars when individual column scrolling is enabled
This commit is contained in:
@@ -17,7 +17,7 @@ body {
|
||||
body {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
padding-bottom: 20px;
|
||||
padding-bottom: 10px;
|
||||
color: #333;
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
text-rendering: optimizeLegibility;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#board {
|
||||
table-layout: fixed;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#board th.board-column-header {
|
||||
|
||||
Reference in New Issue
Block a user