mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
fix: move dummy p tag offscreen
This commit is contained in:
@@ -278,11 +278,13 @@
|
||||
id="p"
|
||||
style="
|
||||
outline: none;
|
||||
z-index: -1;
|
||||
border: none;
|
||||
padding: none;
|
||||
margin: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 0.9rem;
|
||||
position: absolute;
|
||||
top: -1000px;
|
||||
left: -1000px;
|
||||
box-sizing: content-box;
|
||||
"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user