mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-21 19:03:02 +00:00
Fix jumping details modal on back navigation (#854)
This commit is contained in:
parent
ba904ed191
commit
c93709b549
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
cursor: default;
|
cursor: default;
|
||||||
display: block;
|
display: block;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue