/* 
Fix menu breaking when scrollbar appears, see
https://github.com/tabler/tabler/issues/2271 
*/
@media (min-width: 992px) {
    :root, :host { margin-left: 0 !important; margin-right: 0 !important; }
}