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 4a271dd11d
commit 0b702d8b73

View File

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