diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2019-10-15 16:30:00 -0400 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2019-10-15 16:30:00 -0400 |
| commit | 0be39316bd21939201ee0e15950cc7855c9c13ba (patch) | |
| tree | bfec698f48c0545b0ce2105d7f17c16513316a68 /src/client/views/nodes/ColorBox.scss | |
| parent | aad42660123c227cbe2152fbbbc159f6a38fca17 (diff) | |
| parent | 33811c112c7e479813908ba10f72813954a3e289 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into interaction_stanley
Diffstat (limited to 'src/client/views/nodes/ColorBox.scss')
| -rw-r--r-- | src/client/views/nodes/ColorBox.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/client/views/nodes/ColorBox.scss b/src/client/views/nodes/ColorBox.scss index 8df617fca..32a7891c6 100644 --- a/src/client/views/nodes/ColorBox.scss +++ b/src/client/views/nodes/ColorBox.scss @@ -1,10 +1,13 @@ -.colorBox-container { +.colorBox-container, .colorBox-container-interactive { width:100%; height:100%; position: relative; - pointer-events:all; + pointer-events: none; .sketch-picker { margin:auto; } +} +.colorBox-container-interactive { + pointer-events:all; }
\ No newline at end of file |
