diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-07-28 15:08:56 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-07-28 15:08:56 -0700 |
| commit | 502981833ef7f9e8179bf9c487b1e35404c6d4e1 (patch) | |
| tree | f30e10fb1871949c3a41dcf18bdccba6a6380288 /src/client/views/nodes/AudioBox.scss | |
| parent | 02843cd3831d3bd3a1cc6a30832178f404bf282b (diff) | |
fix recursion bug and make link turn blue
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 7b0e50e60..6d52988bb 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -194,7 +194,7 @@ background: gray; border-radius: 50%; box-shadow: black 2px 2px 1px; - overflow: auto; + overflow: visible; cursor: pointer; .audiobox-marker { |
