Skip to content

Commit 508cb75

Browse files
committed
Fix: Fix to make sidebar sticky again
1 parent f0a6b5a commit 508cb75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/QRCodeCreate.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ const updateDataFromModal = (newData: string) => {
933933

934934
<template>
935935
<div
936-
class="flex items-start justify-center gap-4 overflow-x-hidden md:flex-row md:gap-6 lg:gap-12 lg:pb-0"
936+
class="flex items-start justify-center gap-4 md:flex-row md:gap-6 lg:gap-12 lg:pb-0"
937937
>
938938
<!-- Sticky sidebar on large screens -->
939939
<div

0 commit comments

Comments
 (0)