diff options
| author | bob <bcz@cs.brown.edu> | 2020-03-06 17:29:27 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-03-06 17:29:27 -0500 |
| commit | 4863b1ef9ec3160b0888a5ab8bb1a62274aed5ec (patch) | |
| tree | befbb6450378275a7a6227c572d70d8823ee9e98 /src/client/views/nodes/DocumentView.scss | |
| parent | 6a2b210f32cb70646a5d9097e667c0d199057901 (diff) | |
made tree views display documentViews instead of just strings
Diffstat (limited to 'src/client/views/nodes/DocumentView.scss')
| -rw-r--r-- | src/client/views/nodes/DocumentView.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.scss b/src/client/views/nodes/DocumentView.scss index 56e3eb220..d1d96f0a1 100644 --- a/src/client/views/nodes/DocumentView.scss +++ b/src/client/views/nodes/DocumentView.scss @@ -5,6 +5,8 @@ position: inherit; top: 0; left: 0; + width: 100%; + height: 100%; border-radius: inherit; transition: outline .3s linear; cursor: grab; |
