diff options
| author | Hannah <hannah_chow@brown.edu> | 2020-02-11 06:22:04 -0500 |
|---|---|---|
| committer | Hannah <hannah_chow@brown.edu> | 2020-02-11 06:22:04 -0500 |
| commit | 74ca8ac01e32faa8adab54ddfd806fe46cda03ec (patch) | |
| tree | 5895758a2b182d769fdd9bcb7b6fc23fdeac9377 /src/client/views/nodes/WebBox.scss | |
| parent | dba26063754e6a882c8a3eb238b04a935989f406 (diff) | |
refined upload interaction
Diffstat (limited to 'src/client/views/nodes/WebBox.scss')
| -rw-r--r-- | src/client/views/nodes/WebBox.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/client/views/nodes/WebBox.scss b/src/client/views/nodes/WebBox.scss index fbe9bf063..226103a53 100644 --- a/src/client/views/nodes/WebBox.scss +++ b/src/client/views/nodes/WebBox.scss @@ -90,4 +90,19 @@ width: 100%; margin-right: 10px; height: 100%; +} + +.touch-iframe-overlay { + width: 100%; + height: 100%; + position: absolute; + pointer-events: all; + + .indicator { + position: absolute; + + &.active { + background-color: rgba(0, 0, 0, 0.1); + } + } }
\ No newline at end of file |
