diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-03 16:45:22 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-03 16:45:22 -0400 |
| commit | 9d06cd45c732006ed5ee13734fa8145886e349c0 (patch) | |
| tree | 232827026825a7a1a19cedae5856cae7e4ba0046 /src/client/views/nodes/QueryBox.scss | |
| parent | bde3849478db64548aa992108c655fdd5f1cf940 (diff) | |
fixed some issues with template buttons creating documents. simplified query boxe code. added a searchView.
Diffstat (limited to 'src/client/views/nodes/QueryBox.scss')
| -rw-r--r-- | src/client/views/nodes/QueryBox.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/nodes/QueryBox.scss b/src/client/views/nodes/QueryBox.scss index e69de29bb..82f64054c 100644 --- a/src/client/views/nodes/QueryBox.scss +++ b/src/client/views/nodes/QueryBox.scss @@ -0,0 +1,6 @@ +.queryBox, .queryBox-dragging { + width: 100%; + height: 100%; + position: absolute; + pointer-events: all; +}
\ No newline at end of file |
