Skip to content

Commit 385637e

Browse files
committed
Header search button and menu item are now clickable
1 parent 01ec085 commit 385637e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

grails-app/assets/stylesheets/common.css

+6
Original file line numberDiff line numberDiff line change
@@ -783,4 +783,10 @@ input.full-width-input {
783783
#content-starting-point{
784784
margin-top: 70px;
785785
}
786+
}
787+
788+
@media (max-width: 767px) {
789+
.modal.fade {
790+
top: -500px;
791+
}
786792
}

0 commit comments

Comments
 (0)