aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/views/ContextMenu.scss2
-rw-r--r--src/client/views/nodes/FilterBox.scss1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss
index 59848c3e5..7467bc043 100644
--- a/src/client/views/ContextMenu.scss
+++ b/src/client/views/ContextMenu.scss
@@ -11,8 +11,6 @@
padding-bottom: 10px;
border-radius: 15px;
border: solid #BBBBBBBB 1px;
- max-height: 550;
- overflow-y: scroll;
}
// .contextMenu-item:first-child {
diff --git a/src/client/views/nodes/FilterBox.scss b/src/client/views/nodes/FilterBox.scss
index b39793f01..d32cc0d2b 100644
--- a/src/client/views/nodes/FilterBox.scss
+++ b/src/client/views/nodes/FilterBox.scss
@@ -33,6 +33,7 @@
.filterBox-addFacetButton {
display: flex;
margin: auto;
+ cursor: pointer;
.filterBox-span {
margin-right: 15px;