Skip to content

Commit

Permalink
fix(vue): remove sidebar outside padding
Browse files Browse the repository at this point in the history
  • Loading branch information
rhmkstk committed Mar 4, 2024
1 parent 5c3f978 commit 859e2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/components/Sidebar/LuiSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const animationClasses = computed(() =>
@keydown.esc="emit('close')"
>
<UseFocusTrap v-if="show" :options="{ immediate: true }">
<div class="fixed w-full top-0 bottom-0 max-h-full z-50 flex p-1.5" :class="positionClassesContainer">
<div class="fixed w-full top-0 bottom-0 max-h-full z-50 flex" :class="positionClassesContainer">
<section
role="dialog"
aria-modal="true"
Expand Down

0 comments on commit 859e2e6

Please sign in to comment.