Prevent entry headers from going beneath options button

This commit is contained in:
Robbie Antenesse 2020-07-31 12:15:39 -06:00
parent fb42b0ef2b
commit abacf7a56a
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ html, body {
header { header {
display: block; display: block;
padding: 5px $general-padding; padding: 5px ($general-padding / 2);
margin: 0 0 5px; margin: 0 0 5px;
&#top { &#top {

View File

@ -196,6 +196,7 @@
header { header {
position: relative; position: relative;
padding-right: 70px;
.word-option-button { .word-option-button {
position: absolute; position: absolute;