Set z-index for the service list panel to avoid unwanted overlas with

the service panels
This commit is contained in:
Blakko 2014-07-04 11:50:53 +02:00
parent 4dd3282728
commit 2ae018bb50

View File

@ -40,6 +40,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.recon-dialog-service-list-container {
position: absolute;
z-index: 10;
}
.recon-dialog-service-list {