Merge pull request #3095 from matrix-org/jryans/read-marker-action-bar

Raise action bar above read marker
pull/21833/head
J. Ryan Stinnett 2019-06-12 17:23:36 +01:00 committed by GitHub
commit f981d72083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ limitations under the License.
top: -18px;
right: 8px;
user-select: none;
// Ensure the action bar appears above over things, like the read marker.
z-index: 1;
> * {
display: inline-block;