diff --git a/resources/assets/styles/mobile.less b/resources/assets/styles/mobile.less index 1f6beb08..ca4d31f6 100644 --- a/resources/assets/styles/mobile.less +++ b/resources/assets/styles/mobile.less @@ -96,10 +96,6 @@ &.active { transform: translateX(170px) translateZ(0); } - - .x-attribution { - position: static !important; - } } .user-details > .avatar { @@ -415,4 +411,10 @@ width: 122px; padding-top: 18px; } +} + +@media only screen and (max-height: 500px) { + .x-attribution { + position: static !important; + } } \ No newline at end of file