* min-height the create-session-form to give nice button behavior on taller-than-necessary monitors
This commit is contained in:
parent
63dfb8929c
commit
ede136cc89
|
|
@ -375,6 +375,8 @@
|
|||
#create-session-form {
|
||||
position:relative;
|
||||
padding-bottom:50px;
|
||||
@include border_box_sizing;
|
||||
min-height:100%;
|
||||
.musician_access .dropdown-wrapper {
|
||||
|
||||
width:75px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue