mirror of
https://github.com/flarum/framework.git
synced 2025-04-01 13:25:13 +08:00
Make sure responsive controls appear where they're supposed to
This commit is contained in:
parent
4b919304d1
commit
3722349c41
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user