Skip to content

Commit

Permalink
Dev: Overflow visible for panel (needed for datepicker)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 27, 2016
1 parent efde12f commit b965855
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/Sea_Green/css/lime-admin-common.css
Expand Up @@ -1804,3 +1804,8 @@ td.subquestion-actions span:hover {
#quick-menu-container .navbar-brand {
padding: 0
}

/* Needed for DateTimePicker in survey settings */
.panel-group .panel {
overflow: visible;
}

0 comments on commit b965855

Please sign in to comment.