mirror of https://github.com/vector-im/riot-web
Merge pull request #3095 from matrix-org/jryans/read-marker-action-bar
Raise action bar above read markerpull/21833/head
commit
f981d72083
|
@ -26,6 +26,8 @@ limitations under the License.
|
||||||
top: -18px;
|
top: -18px;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
// Ensure the action bar appears above over things, like the read marker.
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue