# Mobiel toetsenbord bedekt interface en staat gebruiker niet toe om te scrollen

**URL:** https://meta.discourse.org/t/mobile-keyboard-covers-interface-and-does-not-allow-the-user-to-scroll/363505
**Category:** Support
**Tags:** development
**Created:** [25 april 2025 om 18:56 UTC](https://meta.discourse.org/t/mobile-keyboard-covers-interface-and-does-not-allow-the-user-to-scroll/363505 "2025-04-25T18:56:52Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [26 april 2025 om 00:20 UTC](https://meta.discourse.org/t/mobile-keyboard-covers-interface-and-does-not-allow-the-user-to-scroll/363505/3 "2025-04-26T00:20:41Z")

</div>

Did you try Don:s CSS fix?

> [@Android keyboard overlaps text when flagging with Something else](https://meta.discourse.org/t/android-keyboard-overlaps-text-when-flagging-with-something-else/249687/4):
>
> I can confirm 🙂 This is actually happens on all modal where the keyboard show up. I made a quick fix while the fix is coming. 🙂
> 
> Mobile / CSS
> 
> ```plaintext
> .fixed-modal {
> html.keyboard-visible.mobile-device:not(.ios-device) & {
> height: calc(100% - env(keyboard-inset-height));
> .modal-inner-container {
> margin: auto;
> }
> }
> }
> 
> ```
> 
> Edit: I just noticed now on iPad the html tag not contains the `.ios-device` class and this code is activating on iPad mobile view too. So probable a good idea to restrict it to mobile devices. I’ve changed this code.

---

_[View the full topic](https://meta.discourse.org/t/mobile-keyboard-covers-interface-and-does-not-allow-the-user-to-scroll/363505)._
