Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2020-04-08 17:41:12 +0300
committersualko <klaus@jsxc.org>2020-04-08 17:41:12 +0300
commit0d6149465587b9900772972c8a9626385fee5862 (patch)
tree0e9f433c174d1691edaf3821322340391ea41b73 /scss
parent75a1571d9b5cdfb0f7fb6ca596ff6368d673c866 (diff)
fix: video container not visible
Diffstat (limited to 'scss')
-rw-r--r--scss/vendor/_jsxc.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/vendor/_jsxc.scss b/scss/vendor/_jsxc.scss
index 6462e3a..041c4ef 100644
--- a/scss/vendor/_jsxc.scss
+++ b/scss/vendor/_jsxc.scss
@@ -40,3 +40,7 @@
.jsxc-dialog-wrapper {
z-index: 2600;
}
+
+#jsxc-video-dialog {
+ z-index: 2700;
+}