* Fixed inactive scroll bar. Closes #1303 * Changed Sign in button string. Closes #1309 * Changed button string id * Reverted en-CA and en-GB changes
This commit is contained in:
parent
3c74d9958f
commit
ce4157ac08
5 changed files with 62 additions and 41 deletions
|
@ -10,7 +10,7 @@ module.exports = function(state, emit) {
|
|||
>
|
||||
<h1 class="text-center">${state.translate('legalTitle')}</h1>
|
||||
<p class="mt-2">${state.translate('legalDateStamp')}</p>
|
||||
<div class="overflow-scroll py-8 px-12">
|
||||
<div class="overflow-y-scroll py-8 px-12">
|
||||
<p class="leading-normal">
|
||||
<span>When Mozilla receives information from you, our</span>
|
||||
<a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue