Skip to content

Commit

Permalink
Merge pull request #4513 from systeminit/fix(auth-portal)-Allow-auth-…
Browse files Browse the repository at this point in the history
…portal-to-scroll-on-wide-pages

fix(auth-portal) Allow auth portal to scroll on wide pages
  • Loading branch information
stack72 authored Sep 6, 2024
2 parents 3154bd4 + 5af3ce0 commit 1de0c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/auth-portal/src/pages/SetupProductionUser.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="overflow-hidden">
<div class="overflow-scroll">
<template v-if="featureFlagsStore.ADMIN_PAGE">
<div>
<h3 class="pb-md font-bold">
Expand Down

0 comments on commit 1de0c1a

Please sign in to comment.