mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
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
@ -26,6 +26,7 @@ limitations under the License.
|
||||
top: -18px;
|
||||
right: 8px;
|
||||
user-select: none;
|
||||
z-index: 1;
|
||||
|
||||
> * {
|
||||
display: inline-block;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user