diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-12 17:50:25 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-12 17:50:25 -0500 |
| commit | a134dab9a458efcc8b4bd60489483e68f9332397 (patch) | |
| tree | 702d21743aec1ccb53303c4dd19c020adc0dab74 /src/client/views/nodes/AudioBox.scss | |
| parent | 4a64a15b173c1e221b157608a4f07a1760e1b402 (diff) | |
fixed layout of audioBox markers
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index e5bf9088f..aa3705205 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -300,10 +300,12 @@ .resizer { position: absolute; + top: 0; right: 0; + pointer-events: all; cursor: ew-resize; height: 100%; - width: 2px; + width: 10px; z-index: 100; } @@ -317,9 +319,11 @@ .left-resizer { position: absolute; left: 0; + top : 0; + pointer-events: all; cursor: ew-resize; height: 100%; - width: 2px; + width: 10px; z-index: 100; } } |
