Consistent width of menus in the mobile menu
authorAlexander Ebert <ebert@woltlab.com>
Sun, 6 Dec 2020 19:19:58 +0000 (20:19 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 6 Dec 2020 19:19:58 +0000 (20:19 +0100)
wcfsetup/install/files/style/ui/menuMobile.scss

index f52e06a1a69dd21523cef9559daba1c7afa320fb..de0c65a95036818ba60565015a1fbed14572a5e5 100644 (file)
        top: 0;
        left: -1px;
        bottom: 0;
-       width: calc(100% + 1px);
+       width: calc(100vw + 1px);
        z-index: 450;
        
        @include screen-sm-up {