forked from matrix/element-web
z-index tweak for badge, so it does sit aboce the header
This commit is contained in:
parent
7f52fa74a4
commit
aee56a5bd1
|
@ -113,7 +113,7 @@ limitations under the License.
|
||||||
min-width: 12px;
|
min-width: 12px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 0px 4px 0px 4px;
|
padding: 0px 4px 0px 4px;
|
||||||
z-index: 200;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide the bottom of speech bubble */
|
/* Hide the bottom of speech bubble */
|
||||||
|
|
Loading…
Reference in New Issue