Make sure responsive controls appear where they're supposed to

This commit is contained in:
Toby Zerner 2015-07-17 17:53:03 +09:30
parent 4b919304d1
commit 3722349c41

View File

@ -31,13 +31,13 @@
// and center of the header respectively.
@media @phone {
.App-primaryControl, .App-titleControl, .App-backControl {
position: absolute;
position: absolute !important;
z-index: @zindex-header + 1;
top: 0;
top: 0 !important;
margin: 0;
.App.affix &, .Composer & {
position: fixed;
position: fixed !important;
}
> .Button {