diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a66be..a1b160c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ Fixed: - Checking for update every 10 Minutes not working -- Background album art is cut off (#116) \ No newline at end of file +- Background album art is cut off (#116) +- Tall context menus not scrollable (#114) \ No newline at end of file diff --git a/src/styles/ContextMenu.scss b/src/styles/ContextMenu.scss index 2ba5b47..9b67aab 100644 --- a/src/styles/ContextMenu.scss +++ b/src/styles/ContextMenu.scss @@ -1,10 +1,7 @@ .main-contextMenu-menu { background-color: transparent !important; - overflow: visible; - position: relative; border-radius: var(--main-corner-radius); padding: 8px; - box-shadow: 0px 0px 8px spiceColor("subtext", 0.1, 0.1); &:not([data-depth="0"]) { margin: -5px 0px; @@ -18,6 +15,7 @@ background-color: spiceColor("main", 0.75, -0.1) !important; backdrop-filter: blur(10px); border-radius: var(--main-corner-radius); + box-shadow: 0px 0px 8px spiceColor("subtext", 0.1, 0.1); } .main-contextMenu-menuItem {