We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e868057 commit 42173d4Copy full SHA for 42173d4
src/lib/layouts/workflow-history-layout.svelte
@@ -92,7 +92,7 @@
92
</div>
93
<div class="relative px-2 pb-24 md:px-4 lg:px-8">
94
<div
95
- class="flex items-center justify-between gap-2 py-2 xl:gap-8"
+ class="flex items-center justify-between gap-2 bg-off-white/50 py-2 xl:gap-8 dark:bg-space-black/50"
96
class:sticky-header={!$minimizeEventView}
97
>
98
<h2>
@@ -158,6 +158,6 @@
158
159
<style lang="postcss">
160
.sticky-header {
161
- @apply sticky top-0 z-30 border-b border-subtle bg-off-white/50 md:top-12 dark:bg-space-black/50;
+ @apply sticky top-0 z-30 border-b border-subtle md:top-12;
162
}
163
</style>
0 commit comments