Enable scrolling

Ensure all buttons are accessible on short windows
This commit is contained in:
Jono Menz 2014-10-07 09:36:56 -06:00
parent 8fedcf0c21
commit 5c687b825f
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ span[class^='bn-icon'], span[class*=' bn-icon'] {
top: 0;
right: 0;
z-index: 99999;
max-height: 100%;
overflow: auto;
background: #cfd8de;
border: 1px solid #ecf0f2;
border-width: 0 0 1px 1px;