/* PlateformeMT - Medical Record Page Global Styles */

/* Fix scroll issues - FORCER LE SCROLL */
html {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    height: 100% !important;
}

body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    min-height: 100vh !important;
    position: relative !important;
}

/* Container fixes - AUTORISER LE SCROLL */
.nxl-container,
.nxl-lavel-container {
    overflow: visible !important;
    overflow-y: visible !important;
    height: auto !important;
    min-height: auto !important;
}

/* Main content area */
.main-content {
    overflow: visible !important;
    overflow-y: visible !important;
    height: auto !important;
    min-height: auto !important;
}

/* Page wrapper */
.nxl-content {
    overflow: visible !important;
    overflow-y: visible !important;
    height: auto !important;
}

/* Body wrapper */
body > div {
    overflow: visible !important;
    height: auto !important;
}

/* Disable any fixed positioning that might block scroll */
.page-header {
    position: relative !important;
}

