Subscription buttons are now fixed

This commit is contained in:
Isaac Abadi
2020-08-14 17:42:51 -04:00
parent 001d907c3a
commit 533dd49ed0

View File

@@ -54,13 +54,13 @@
.save-button { .save-button {
right: 25px; right: 25px;
position: absolute; position: fixed;
bottom: 25px; bottom: 25px;
} }
.edit-button { .edit-button {
left: 25px; left: 25px;
position: absolute; position: fixed;
bottom: 25px; bottom: 25px;
} }