mirror of https://github.com/laurent22/joplin.git
Desktop: Accessibility: Mark secondary screen navigation bars as navigation regions (#11650)
parent
5782ee6ba1
commit
e1b41cff5f
|
@ -17,7 +17,7 @@ interface Props {
|
|||
onApplyClick?: Function;
|
||||
}
|
||||
|
||||
export const StyledRoot = styled.div`
|
||||
const StyledRoot = styled.nav`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 10px;
|
||||
|
|
Loading…
Reference in New Issue