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
pull/21833/head
J. Ryan Stinnett 2019-06-12 14:41:45 +01:00
parent 3836a3e2e2
commit 4d8809882f
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ limitations under the License.
top: -18px;
right: 8px;
user-select: none;
z-index: 1;
> * {
display: inline-block;