viewer style fixes (#2743)

This commit is contained in:
Denys Vuika 2017-11-28 08:28:27 +00:00 committed by Eugenio Romano
parent c968fbcdac
commit 032f1237f0
3 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@
&__toolbar {
position: absolute;
bottom: 64px;
bottom: 0;
left: 50%;
transform: translateX(-50%);

View File

@ -239,7 +239,7 @@
position: absolute;
top: 0;
right: 0;
bottom: 64px;
bottom: 0;
left: 0;
outline: none;
}

View File

@ -89,7 +89,6 @@
&__sidebar {
width: 350px;
height: 100%;
display: block;
padding: 0;
background-color: #fafafa;