hide/show button z-index tweak

This commit is contained in:
zadam 2020-01-04 09:21:42 +01:00
parent b8f2797abf
commit f377a84fa1
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -12,7 +12,7 @@ const TPL = `
<div class="form-group"> <div class="form-group">
<label for="sync-server-timeout">Sync timeout (milliseconds)</label> <label for="sync-server-timeout">Sync timeout (milliseconds)</label>
<input class="form-control" id="sync-server-timeout" min="1" max="10000000" type="number"> <input class="form-control" id="sync-server-timeout" min="1" max="10000000" type="number" style="text-align: left;">
</div> </div>
<div class="form-group"> <div class="form-group">

View file

@ -407,7 +407,7 @@ body {
position: fixed; position: fixed;
bottom: 10px; bottom: 10px;
right: 10px; right: 10px;
z-index: 100000; z-index: 1000;
} }
#right-pane { #right-pane {