/* base.css für allgemeine CSS fixes */

/* T48856: Fix für das Dropdown Menü in der Navbar */
.navbar-custom-menu .dropdown .dropdown-menu {
    z-index: 9999;
}

/* T49510: Fix für zu schmale Labels in dem "Address-Widget" */
.field-collection .field-collection-item .form-fieldset .form-fieldset-body .field-text.d-block .form-control-label {
    width: 100%;
}

/* CIO-AI-Driven */
/* Prevent the whole page (including pagination) from becoming the horizontal scroll container.
   Horizontal scroll is scoped to .datagrid-scroll-container (see assets/styles/datagrid.css). */
.ea-index #main {
    overflow-x: hidden;
    max-width: 100%;
}
