Skip to content

Commit

Permalink
shields: prevent allow scripts once button from being visible in re…
Browse files Browse the repository at this point in the history
…sources overlay

fix brave/brave-browser#5486
  • Loading branch information
cezaraugusto committed Jul 31, 2019
1 parent 311bdc0 commit 2852e06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export default class ScriptsControls extends React.PureComponent<Props, State> {
<LinkAction
size='small'
onClick={this.onClickAllowScriptsOnce}
style={{ zIndex: 1 }}
>
{getLocale('allowScriptsOnce')}
</LinkAction>
Expand Down

0 comments on commit 2852e06

Please sign in to comment.