mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Make the save button fixed on the server config page.
This commit is contained in:
parent
9ce6e01be1
commit
d9d68d7677
@ -345,9 +345,7 @@
|
||||
<ValidationMessage For="() => Input.UseHttpLogging" />
|
||||
</div>
|
||||
|
||||
<div class="form-group mt-3">
|
||||
<button type="button" class="btn btn-primary" @onclick="Save">Save</button>
|
||||
</div>
|
||||
<button id="saveButton" type="button" class="btn btn-lg btn-primary" @onclick="Save">Save</button>
|
||||
</EditForm>
|
||||
</div>
|
||||
</div>
|
||||
@ -6,4 +6,10 @@
|
||||
overflow-x: hidden;
|
||||
white-space: nowrap;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#saveButton {
|
||||
position: fixed;
|
||||
right: 40px;
|
||||
bottom: 20px;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user