Skip to content

Commit 8e360d5

Browse files
committed
fix: Sticky header background
1 parent 076805a commit 8e360d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/rightSidePanel/layout/PropertiesAccordionItem.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ const isCollapse = defineModel<boolean>('collapse', { default: false })
55
</script>
66

77
<template>
8-
<div class="flex flex-col">
8+
<div class="flex flex-col bg-interface-panel-surface">
99
<div
10-
class="sticky top-0 z-10 flex items-center justify-between backdrop-blur-xl"
10+
class="sticky top-0 z-10 flex items-center justify-between backdrop-blur-xl bg-inherit"
1111
>
1212
<button
1313
class="group min-h-12 bg-transparent border-0 outline-0 ring-0 w-full text-left flex items-center justify-between pl-4 pr-3 cursor-pointer"

0 commit comments

Comments
 (0)