diff --git a/WebAPP/References/smartadmin/css/osy.css b/WebAPP/References/smartadmin/css/osy.css index f886d1956..a39adc59b 100644 --- a/WebAPP/References/smartadmin/css/osy.css +++ b/WebAPP/References/smartadmin/css/osy.css @@ -657,9 +657,12 @@ li { } .dropdown-menu-extra-wide{ - min-width: 1520px!important; + min-width: 0!important; + width: calc(100vw - 120px)!important; + max-width: 1520px!important; z-index: 9000!important; padding: 20px!important; + overflow-x: auto; /* padding-top: 15px!important; */ }