A11Y: Improve topic timeline in WHCM (#18647)

This commit is contained in:
Keegan George 2022-10-18 10:35:01 -07:00 committed by GitHub
parent be3d6a56ce
commit 897bcacdda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -243,6 +243,7 @@
height: 100%;
float: left;
z-index: z("base") + 1;
outline: 1px solid transparent;
}
.timeline-scroller-content {
@ -262,7 +263,7 @@
.timeline-scroller {
@include unselectable;
margin-left: -0.19em;
margin-left: -0.22em;
cursor: ns-resize;
display: flex;
align-items: center;