diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-14 19:03:16 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-14 19:03:16 -0500 |
| commit | b99216b3a2d7a55ad190f36433c4a599878668be (patch) | |
| tree | 29d5f429dcb7e9c0840271675fe2763b004b8ab0 /src/client/views/linking/LinkMenu.scss | |
| parent | 35bba40b9e473f200452a1ba2a14b898fe7c3cc9 (diff) | |
sally bug fixes
Diffstat (limited to 'src/client/views/linking/LinkMenu.scss')
| -rw-r--r-- | src/client/views/linking/LinkMenu.scss | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/client/views/linking/LinkMenu.scss b/src/client/views/linking/LinkMenu.scss index b0edd238e..98e4171f0 100644 --- a/src/client/views/linking/LinkMenu.scss +++ b/src/client/views/linking/LinkMenu.scss @@ -4,7 +4,7 @@ width: auto; height: auto; position: absolute; - top : 0; + top: 0; left: 0; .linkMenu-list { @@ -29,14 +29,17 @@ //width: calc(auto + 50px); white-space: nowrap; - overflow-x: hidden; - width: 240px; + scrollbar-color: white; &:last-child { border-bottom: none; } + + &:hover { + scrollbar-color: rgb(201, 239, 252); + } } .linkMenu-listEditor { |
