diff --git a/client/app/styles/main.less b/client/app/styles/main.less index 15473215b..b82895b7d 100644 --- a/client/app/styles/main.less +++ b/client/app/styles/main.less @@ -165,6 +165,8 @@ h2 { } .header { + pointer-events: none; + position: absolute; top: 32px; width: 100%; @@ -264,6 +266,8 @@ h2 { .topologies-item-main, .topologies-sub-item { // border: 1px solid @background-darker-secondary-color; + pointer-events: all; + color: @text-secondary-color; .btn-opacity; cursor: pointer; @@ -1189,6 +1193,8 @@ h2 { } .grid-mode-selector { + pointer-events: all; + margin-top: 8px; margin-left: 8px; @@ -1278,6 +1284,8 @@ h2 { } .search { + pointer-events: all; + display: inline-block; position: relative; width: 10em;