Prevent entry headers from going beneath options button
This commit is contained in:
parent
fb42b0ef2b
commit
abacf7a56a
|
@ -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 {
|
||||||
|
|
|
@ -196,6 +196,7 @@
|
||||||
|
|
||||||
header {
|
header {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding-right: 70px;
|
||||||
|
|
||||||
.word-option-button {
|
.word-option-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue