/* This stylesheet should be used to add your custom styles to the back-office without using the Sass sources. It will be loaded after all the default styles.
You should NOT edit any other exisiting back-office CSS file manually: they are generated by the Sass preprocessor: http://www.sass-lang.com/ . */


@media only screen and (max-width: 400px){
    #header_infos .mobile-notifs {
        right: -10px !important; left: auto !important; width: 100vw !important; max-width: 100vw !important; min-width: 100vw;
    }
    #header_infos .mobile-notifs .notifications {
        margin-left: 0;
    }
    #header_infos .mobile-notifs .notifications .no-notification {
        left: 0;
    }
}

#nav-sidebar {
    overflow-y: auto;
    overflow-x: visible;
}
