![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/app/bundles/CoreBundle/Assets/css/app/less/layouts/ |
// // Base layout // -------------------------------------------------- // html + body html, body { width: 100%; height: 100%; } body { overflow-y: scroll; // Wrapper > #app-wrapper { //overflow-x: hidden; overflow: hidden; // Keep the screen from bouncing with and without scrollbars position: relative; height: auto; min-height: 100%; width: 100%; } } // Sidebar open class .sidebar-left-open { overflow: hidden; body { > section#app-wrapper { overflow-x: hidden; } } } // breakpoint screen-sm and up // ------------------------- @media (min-width: @screen-sm-min) { body { overflow-x: hidden; } } @media (min-width: @container-desktop) { .modal { overflow-y: auto; } .modal-open { overflow: auto; } }