diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-13 15:59:41 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-13 15:59:41 -0400 |
| commit | 5d437614e7ea56787a5e4ea84067d559bb051f5e (patch) | |
| tree | 80d5303f9044a88e0172f98ebcfe9ae227bacfa7 /src/client/views/nodes/AudioBox.scss | |
| parent | 18e18094d5398626267fb0378d5ceac14307ca71 (diff) | |
| parent | dafd50255e9a748d6d1032561d208b633e97f424 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 704cdc31c..972966204 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -1,4 +1,6 @@ .audiobox-cont{ - height: 100%; + top:0; + max-height: 32px; + position: absolute; width: 100%; }
\ No newline at end of file |
