-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show add photo button on mobile #229
show add photo button on mobile #229
Conversation
WalkthroughWalkthroughThe modifications made to the Changes
Poem
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (1)
Additional comments not posted (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
It tested it locally and it did fix the second part of the issue #226. diff --git a/frontend/components/Base/Modal.vue b/frontend/components/Base/Modal.vue
index fa63a92..999eb33 100644
--- a/frontend/components/Base/Modal.vue
+++ b/frontend/components/Base/Modal.vue
@@ -1,8 +1,8 @@
<template>
<div class="z-[999]">
<input :id="modalId" v-model="modal" type="checkbox" class="modal-toggle" />
- <div class="modal modal-bottom overflow-visible sm:modal-middle">
- <div class="modal-box relative overflow-visible">
+ <div class="modal modal-bottom sm:modal-middle">
+ <div class="modal-box relative">
<button :for="modalId" class="btn btn-circle btn-sm absolute right-2 top-2" @click="close">✕</button>
<h3 class="text-lg font-bold"> But I don't know if it's the right way to fix it. |
@mcarbonne I think this should fix that, let me know if you have any issues with it. |
Yes it does ! I tested it on both firefox and chromium. |
What type of PR is this?
(REQUIRED)
What this PR does / why we need it:
Which issue(s) this PR fixes:
(REQUIRED)
Fixes #213
Fixes #226
Summary by CodeRabbit
New Features
Bug Fixes