mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-10-31 18:57:16 +00:00
Fix "more content" z-index
This commit is contained in:
parent
e2499a8d1c
commit
6340b60d8c
|
@ -482,7 +482,6 @@ img.emoji {
|
||||||
.more-container {
|
.more-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.more-content {
|
.more-content {
|
||||||
|
@ -491,6 +490,7 @@ img.emoji {
|
||||||
background-color: #d2d2d2;
|
background-color: #d2d2d2;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
border: 1px solid #aaaaaa;
|
border: 1px solid #aaaaaa;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.more-container:hover .more-content {
|
.more-container:hover .more-content {
|
||||||
|
|
Loading…
Reference in a new issue