Fixed position for ace search ctrlf

This commit is contained in:
Kyle Drake 2017-03-02 12:06:32 -08:00
parent 2c6ef58e6f
commit 8c787e0352

View file

@ -2238,3 +2238,8 @@ pre, code {
@include linear-gradient(top, #0E6655, #0B5345);
}
}
.ace_search {
position: fixed!important;
top: 105px!important;
}