mirror of
https://github.com/flarum/framework.git
synced 2025-06-03 14:33:07 +08:00
Make sure responsive controls appear where they're supposed to
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user