Additional merge conflict fixes

This commit is contained in:
Balazs Gobel
2019-02-25 12:59:02 +01:00
parent 7107f485be
commit ebb5a7cf16
2 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,10 @@
line-height: 1em !important;
}
div.qv-object-content-container {
z-index: 110;
}
.tooltip-wrapper {
min-width: 25px;
position: fixed;

View File

@@ -1,4 +1,3 @@
import $ from 'jquery'; // eslint-disable-line id-length
import initializeStore from './store';
import React from 'react';
import ReactDOM from 'react-dom';