diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2019-10-29 19:09:04 -0400 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2019-10-29 19:09:04 -0400 |
| commit | b7353705ee06292e570c9847d72287190f3f42ed (patch) | |
| tree | 4026264bb2a072485269dcf3b9db5bbae7cb8920 /src/client/views/InkSelectDecorations.scss | |
| parent | 3cff8e7d101a528e392d885420de118cccca6ae5 (diff) | |
started implementing ink select with document decorations
Diffstat (limited to 'src/client/views/InkSelectDecorations.scss')
| -rw-r--r-- | src/client/views/InkSelectDecorations.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/InkSelectDecorations.scss b/src/client/views/InkSelectDecorations.scss new file mode 100644 index 000000000..daff58fd6 --- /dev/null +++ b/src/client/views/InkSelectDecorations.scss @@ -0,0 +1,5 @@ +.inkSelectDecorations { + position: absolute; + border: black 1px solid; + z-index: 9001; +}
\ No newline at end of file |
