mirror of https://github.com/vector-im/riot-web
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/9619pull/21833/head
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…
Reference in New Issue