diff options
| author | geireann <geireann.lindfield@gmail.com> | 2022-12-21 02:07:16 -0500 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2022-12-21 02:07:16 -0500 |
| commit | 4c0de84cf9a3d5be2f5058d514c8ca58e2004a4b (patch) | |
| tree | fa76ef914fedc494fdd4a221053e81e29742779d /src/client/views/linking/LinkPopup.scss | |
| parent | 24f9d90c2b465e8a87226ebcf5c9cfdcf7c9701c (diff) | |
| parent | b71e828bc3e6c48d00dade555968c99b5deb412e (diff) | |
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src/client/views/linking/LinkPopup.scss')
| -rw-r--r-- | src/client/views/linking/LinkPopup.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/linking/LinkPopup.scss b/src/client/views/linking/LinkPopup.scss index 60c9ebfcd..b20ad9476 100644 --- a/src/client/views/linking/LinkPopup.scss +++ b/src/client/views/linking/LinkPopup.scss @@ -1,7 +1,7 @@ .linkPopup-container { background: white; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); - top: 35px; + top: 0; height: 200px; width: 200px; position: absolute; @@ -38,8 +38,7 @@ } } - .searchBox-container { background: pink; } -}
\ No newline at end of file +} |
