play button overlaps search box (#16146) (#16157)

This commit is contained in:
Nathan Reese 2018-01-19 09:19:57 -07:00 committed by GitHub
parent 9652db16ba
commit bba5e76518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,10 @@ sense-history-viewer,
#editor {
flex: 1 1 1px;
}
.ace_search {
z-index: 1006;
}
}
#editor_resizer {