Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix: overflow-x
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncFox committed Dec 14, 2023
1 parent 3d52737 commit fb111a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="h-[100svh] overflow-scroll scroll relative">
<div class="h-[100svh] overflow-scroll scroll relative overflow-x-hidden">
<div class="h-[100svh] w-screen bg-white flex flex-col justify-center items-center space-y-6">
<Cover />
<Cover class="w-2/3" />
<div class="absolute bottom-12 flex space-x-4 justify-center items-center">
<SMS class="w-auto h-6" />
<img src="/cosmo-logo.svg" alt="COSMO Slogan" class="w-auto h-6">
Expand Down

0 comments on commit fb111a2

Please sign in to comment.