Raise action bar above read marker
Use `z-index` to ensure the action bar appears above over things, like the read marker. Fixes https://github.com/vector-im/riot-web/issues/9619
This commit is contained in:
parent
3836a3e2e2
commit
4d8809882f
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ limitations under the License.
|
||||||
top: -18px;
|
top: -18px;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue