﻿@media screen and (max-device-width: 768px) {
    #layoutSidenav #layoutSidenav_content {
        margin-left: -225px;
        min-height: 0px;
    }

    .dropdown-menu {
        min-width: 610px;
    }
}
