Fix user profile dropdown z-index to appear above messages
This commit is contained in:
@@ -544,7 +544,7 @@
|
|||||||
border: 1px solid #e9ecef;
|
border: 1px solid #e9ecef;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
||||||
z-index: 1000;
|
z-index: 10000;
|
||||||
min-width: 180px;
|
min-width: 180px;
|
||||||
display: none;
|
display: none;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
|||||||
@@ -183,7 +183,7 @@
|
|||||||
border: 1px solid #e9ecef;
|
border: 1px solid #e9ecef;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
||||||
z-index: 1000;
|
z-index: 10000;
|
||||||
min-width: 180px;
|
min-width: 180px;
|
||||||
display: none;
|
display: none;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
|||||||
@@ -466,7 +466,7 @@
|
|||||||
border: 1px solid #e9ecef;
|
border: 1px solid #e9ecef;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
||||||
z-index: 1000;
|
z-index: 10000;
|
||||||
min-width: 180px;
|
min-width: 180px;
|
||||||
display: none;
|
display: none;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
|||||||
@@ -596,7 +596,7 @@
|
|||||||
border: 1px solid #e9ecef;
|
border: 1px solid #e9ecef;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
||||||
z-index: 1000;
|
z-index: 10000;
|
||||||
min-width: 180px;
|
min-width: 180px;
|
||||||
display: none;
|
display: none;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
|||||||
@@ -541,7 +541,7 @@
|
|||||||
border: 1px solid #e9ecef;
|
border: 1px solid #e9ecef;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
||||||
z-index: 1000;
|
z-index: 10000;
|
||||||
min-width: 180px;
|
min-width: 180px;
|
||||||
display: none;
|
display: none;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
|
|||||||
Reference in New Issue
Block a user