Commit 2383a17c650d10fbc9a56d620e5e88f80127b692

Authored by Braulio Bhavamitra
1 parent 4347724a

Adjust token input css

public/stylesheets/token-input-facet.css
... ... @@ -66,6 +66,7 @@ div.token-input-dropdown-facet {
66 66 position: relative;
67 67 width: 130px;
68 68 height: 150px;
  69 + max-height: 200px;
69 70 background-color: #E5F4FB;
70 71 overflow: auto;
71 72 border-left: 1px solid #ccc;
... ...
public/stylesheets/token-input.css
... ... @@ -66,7 +66,7 @@ div.token-input-dropdown {
66 66 position: absolute;
67 67 width: 400px;
68 68 background-color: #fff;
69   - overflow: hidden;
  69 + overflow: auto;
70 70 border-left: 1px solid #ccc;
71 71 border-right: 1px solid #ccc;
72 72 border-bottom: 1px solid #ccc;
... ...