Fix other options button (#27)

This commit is contained in:
Dominik Korsa 2019-10-15 22:35:14 +02:00 committed by Mikołaj Pich
parent df3dd7c094
commit 663162b02f

View file

@ -52,7 +52,7 @@
eventAction: 'click',
});
const element = document.getElementById('download');
const element = document.querySelector('.download');
if (element.scrollIntoView) {
element.scrollIntoView({
behavior: 'smooth',
@ -177,6 +177,7 @@
color: rgba(0, 0, 0, 0.87);
line-height: 64px;
font-size: 20px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
border-radius: 4px;
margin-left: 32px;