diff --git a/css/Customers/MasterpageCustomers.css b/css/Customers/MasterpageCustomers.css index 97cc8b8..efca2c0 100644 --- a/css/Customers/MasterpageCustomers.css +++ b/css/Customers/MasterpageCustomers.css @@ -68,9 +68,9 @@ ContentPlaceHolder1 { position:sticky; z-index:1031; } -.btnavatar{position:sticky; +.btnavatar{ + position:sticky; z-index:5001; - } #langdropdown { margin-top: 55px; @@ -113,7 +113,8 @@ ContentPlaceHolder1 { width: 30%; } .modal-content { - width: 40%; + width: 400px; + display:block; overflow-x: no-content; } .modal-header { diff --git a/css/Customers/Welcome.css b/css/Customers/Welcome.css index 9caec4a..5489fbd 100644 --- a/css/Customers/Welcome.css +++ b/css/Customers/Welcome.css @@ -96,4 +96,7 @@ h1 { width: 320px; height: 62px; } + .modal-content{ + width:400px; + } } \ No newline at end of file