From f146db0c8832021a43f0c4dc9c6bc8a8e0188e31 Mon Sep 17 00:00:00 2001
From: Selen <141650657+SelenKockar@users.noreply.github.com>
Date: Tue, 10 Oct 2023 18:42:21 +0300
Subject: [PATCH] Fixed #4584 - Dock Component MenuBar z-index issue (#4585)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: “Selen <“selen.kockar@tedu.edu.tr”>
---
doc/dock/AdvancedDoc.vue | 45 +++++++++++++++++-----------------------
1 file changed, 19 insertions(+), 26 deletions(-)
diff --git a/doc/dock/AdvancedDoc.vue b/doc/dock/AdvancedDoc.vue
index e4be3fee91..36c4bf9447 100644
--- a/doc/dock/AdvancedDoc.vue
+++ b/doc/dock/AdvancedDoc.vue
@@ -6,15 +6,15 @@
-
+
-
-
-
- Fri 13:07
-
-
+
+
+
+ Fri 13:07
+
+
@@ -257,15 +257,15 @@ export default {
-
+
-
-
-
- Fri 13:07
-
-
+
+
+
+ Fri 13:07
+
+
@@ -546,12 +546,10 @@ export default {
background-image: url("https://primefaces.org/cdn/primevue/images/dock/window.jpg");
background-repeat: no-repeat;
background-size: cover;
- z-index: 1;
+
}
-.dock-demo > .p-dock {
- z-index: 1000;
-}
+
.dock-demo .p-menubar {
padding: 0;
@@ -845,12 +843,10 @@ const commandHandler = (text) => {
background-image: url("https://primefaces.org/cdn/primevue/images/dock/window.jpg");
background-repeat: no-repeat;
background-size: cover;
- z-index: 1;
+
}
-.dock-demo > .p-dock {
- z-index: 1000;
-}
+
.dock-demo .p-menubar {
padding: 0;
@@ -912,12 +908,9 @@ const commandHandler = (text) => {
background-image: url('https://primefaces.org/cdn/primevue/images/dock/window.jpg');
background-repeat: no-repeat;
background-size: cover;
- z-index: 1;
+
}
-.dock-demo > .p-dock {
- z-index: 1000;
-}
.dock-demo .p-menubar {
padding: 0;