Skip to content

Commit bfb02cd

Browse files
authored
[6.x] Set the header to relative so it appears above the architectural line… (#14337)
Set the header to relative so it appears above the architectural lines e.g. when creating a new nav
1 parent 0b45b8a commit bfb02cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/ui/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const props = defineProps({
1010
</script>
1111

1212
<template>
13-
<header class="flex flex-wrap items-center justify-between gap-4 px-2 sm:px-0 py-6 max-md:pb-8 md:py-8" data-ui-header>
13+
<header class="relative flex flex-wrap items-center justify-between gap-4 px-2 sm:px-0 py-6 max-md:pb-8 md:py-8" data-ui-header>
1414
<h1 class="text-[25px] leading-[1.25] st-text-legibility font-medium antialiased flex items-center gap-2.5 md:flex-1">
1515
<!-- Wrap icon in a fixed size div (the same size as the icon) to prevent layout shift once it loads -->
1616
<div v-if="icon" class="size-5 relative">

0 commit comments

Comments
 (0)