Prevent entry headers from going beneath options button
This commit is contained in:
parent
fb42b0ef2b
commit
abacf7a56a
|
@ -12,7 +12,7 @@ html, body {
|
|||
|
||||
header {
|
||||
display: block;
|
||||
padding: 5px $general-padding;
|
||||
padding: 5px ($general-padding / 2);
|
||||
margin: 0 0 5px;
|
||||
|
||||
&#top {
|
||||
|
|
|
@ -196,6 +196,7 @@
|
|||
|
||||
header {
|
||||
position: relative;
|
||||
padding-right: 70px;
|
||||
|
||||
.word-option-button {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue