mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
hide/show button z-index tweak
This commit is contained in:
parent
b8f2797abf
commit
f377a84fa1
BIN
db/demo.tar
BIN
db/demo.tar
Binary file not shown.
@ -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">
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user