diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-27 21:46:30 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-27 21:46:30 -0700 |
| commit | db75d68e51b1909b15737c7eff123a5509f1a51f (patch) | |
| tree | 661fb63f84d47097c044c460c952a11ffeadac63 /src/client/views/linking/LinkMenu.scss | |
| parent | ecd3c3b0a713a594d4d0f4295bad017af1ba47ba (diff) | |
| parent | a10d39c3174846406db8097af77568a52e6eb4c0 (diff) | |
Merge branch 'mobile_revision_direct' of https://github.com/browngraphicslab/Dash-Web into mobile_revision_direct
Diffstat (limited to 'src/client/views/linking/LinkMenu.scss')
| -rw-r--r-- | src/client/views/linking/LinkMenu.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/linking/LinkMenu.scss b/src/client/views/linking/LinkMenu.scss index 7dee22f66..c372e7098 100644 --- a/src/client/views/linking/LinkMenu.scss +++ b/src/client/views/linking/LinkMenu.scss @@ -8,6 +8,10 @@ .linkMenu-list { max-height: 200px; overflow-y: scroll; + position: absolute; + z-index: 10; + background: $link-color; + min-width: 150px } .linkMenu-group { |
