Add board horizontal scrolling

This commit is contained in:
Frederic Guillot
2015-02-15 18:25:54 -05:00
parent 2fd2fe6e88
commit 794f7f7645
8 changed files with 65 additions and 36 deletions

View File

@@ -12,10 +12,10 @@
position: absolute;
left: 0;
z-index: 1000;
min-width: 180px;
min-width: 230px;
list-style: none;
margin: 3px 0 0 1px;
padding: 6px 0;
padding: 6px 0;
background-color: #fff;
border: 1px solid #b2b2b2;
-webkit-border-radius: 3px;