Fix 'Add question' button overlapping navigation toggle

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-04-28 14:50:35 +02:00 committed by John Molakvoæ (skjnldsv)
parent 22c03f7e98
commit a0a39f83d3
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -429,6 +429,8 @@ export default {
align-items: center;
align-self: flex-start;
width: 44px;
// To not overlap navigation toggle
margin-left: 44px;
height: var(--top-bar-height);
// make sure this doesn't take any space and appear floating
margin-top: -44px;