Fix handlebar interaction

This commit is contained in:
Jorik Schellekens
2020-07-16 16:16:41 +01:00
parent 1f94986c88
commit d794e17d4d
4 changed files with 43 additions and 88 deletions
+2 -1
View File
@@ -79,12 +79,13 @@ limitations under the License.
height: 100%;
}
.mx_MatrixChat > .mx_LeftPanel2:hover + .mx_ResizeHandle_horizontal,
.mx_MatrixChat > .mx_ResizeHandle_horizontal:hover {
position: relative;
&::before {
position: absolute;
left: -2px;
left: 5px;
top: 50%;
transform: translate(0, -50%);