mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Intro reoute accessibility improved
This commit is contained in:
parent
7ac28a8f77
commit
7218440fda
2 changed files with 2 additions and 2 deletions
|
|
@ -184,7 +184,7 @@ class Intro extends React.Component {
|
|||
return (
|
||||
<div className={styles['intro-container']}>
|
||||
<div className={styles['background-overlay']} />
|
||||
<div className={styles['scroll-content']}>
|
||||
<div className={styles['intro-content']} tabIndex={-1}>
|
||||
<div className={styles['form-container']}>
|
||||
<Input className={classnames(styles['login-form-button'], styles['facebook-button'], 'focusable-with-border')} type={'button'} onClick={this.loginWithFacebook}>
|
||||
<Icon className={styles['icon']} icon={'ic_facebook'} />
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
background-color: var(--color-backgrounddark80);
|
||||
}
|
||||
|
||||
.scroll-content {
|
||||
.intro-content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue