diff --git a/src/@layouts/components/VerticalNavLayout.vue b/src/@layouts/components/VerticalNavLayout.vue
index 096eadc7..4cad8e05 100644
--- a/src/@layouts/components/VerticalNavLayout.vue
+++ b/src/@layouts/components/VerticalNavLayout.vue
@@ -211,6 +211,7 @@ export default defineComponent({
? 'theme-qualified'
: 'connected',
'data-shell-scroll-direction': shellScroll.direction.value,
+ 'data-glass-navigation-refraction': navbarRefractionMode,
'data-glass-navbar-refraction': navbarRefractionMode,
style: {
'--layout-footer-dock-height': `${footerDockHeight.value ?? 0}px`,
diff --git a/src/components/theme/GlassNavbarRefractionDefs.vue b/src/components/theme/GlassNavbarRefractionDefs.vue
index 752f6203..b1c9c63a 100644
--- a/src/components/theme/GlassNavbarRefractionDefs.vue
+++ b/src/components/theme/GlassNavbarRefractionDefs.vue
@@ -1,4 +1,5 @@
@@ -285,10 +426,10 @@ onBeforeUnmount(() => {
@@ -305,10 +446,50 @@ onBeforeUnmount(() => {
+
+
+
+
+
+