mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 11:39:37 +08:00
hide/show button z-index tweak
This commit is contained in:
parent
b8f2797abf
commit
f377a84fa1
3 changed files with 2 additions and 2 deletions
BIN
db/demo.tar
BIN
db/demo.tar
Binary file not shown.
|
@ -12,7 +12,7 @@ const TPL = `
|
|||
|
||||
<div class="form-group">
|
||||
<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 class="form-group">
|
||||
|
|
|
@ -407,7 +407,7 @@ body {
|
|||
position: fixed;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
z-index: 100000;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#right-pane {
|
||||
|
|
Loading…
Reference in a new issue