Merge remote-tracking branch 'origin/development' into development

pull/222/head
morpheus65535 6 years ago
commit c002542beb

@ -33,6 +33,9 @@
opacity: 0.45 !important; opacity: 0.45 !important;
pointer-events: none !important; pointer-events: none !important;
} }
[data-tooltip]:after {
z-index: 2;
}
</style> </style>
</head> </head>
<body> <body>

@ -40,7 +40,10 @@
width: 640px; width: 640px;
height: 480px; height: 480px;
margin: 20px; margin: 20px;
} }
[data-tooltip]:after {
z-index: 2;
}
</style> </style>
</head> </head>
<body> <body>

Loading…
Cancel
Save