Learn Bubble with 500+ tutorials, courses & AI Assistant ✨

Limited time launch offer get $80 off today

0 days 0 hours 0 minutes 0 seconds
SAVE $80 NOW
Planet No Code logo
Bubble.io CoachingFounder MentoringSponsorships
LoginLearn Bubble.io

How to stop shadows from clipping within a repeating group

Here's a quick tip for working with repeating groups and shadows in your Bubble app.

Join now $19/monthLearn more
Get 500+ tutorials, a No-Code AI Assistant, 4 premium courses, and everything you need to build faster!
How to stop shadows from clipping within a repeating group
Explore these topics...
Design
Repeating Group
Shadows

With just this tutorial learn...

Unlock the secret: Learn how to make your repeating group shadows pop without clipping!

Struggling with shadows? Discover the 3-line CSS trick to perfect shadows in your Bubble app!

Elevate your design: Master the art of custom CSS to enhance your Bubble repeating groups!

With membership you'll...

Learn how to build a ChatGPT Clone, Custom CRM for your business & SaaS Marketing website with Webflow & AI.

Unlock 500+ Bubble tutorial videos with AI powered Q&A.

Debug your Bubble app instantly with our custom trained No Code AI Assistant.

Join now $19/month
Risk-free! 14-day money-back guarantee. Cancel anytime.

Quick Tip for Working with Repeating Groups and Shadows

Here's a quick tip for working with repeating groups and shadows in your Bubble app. I've made it red so that it stands out because what I'm trying to illustrate here is that the shadow doesn't look that great. There's a couple of things I'm going to fix in this video. First of all the gap between each element.

Fixing the Gap Between Elements

So one reason that that is slightly out is that I've got a min height on these two elements here. I'm then going to remove the min height on the row and lastly and this is a little bit of a trick you could have margin below an element below this group below this cell but then that's going to add it to the very last cell on the repeating group. So to get a nice gap between them I am actually going to use the separator I'm going to say let's go for 16 and then all I do is make it completely transparent. Okay that's looking much more uniformed but I'm still getting this clipping effect around my shadow.

Fixing the Shadow Clipping Effect

So how can I fix that? Well I need to write a little bit of custom CSS and I'm going to show you how. So I go into... I right-click... I'm in Chrome... I right-click and I choose inspect and then I find my repeating group and I'm going to write... I'm doing it in the browser inspector this is just temporary this isn't actually changing the code on your website it's just changing the code your browser uses to generate your website until you get... until you refresh the page.

Changing the Overflow Property

What I need to change here is the overflow and so I need to say instead of overflow auto I need to say overflow visible and then I get the true nice effect with my shadow. Now how do I... if I refresh the page... yeah the change isn't saved because all I'm doing is changing the data my browser is using to render the page.

Applying CSS in Bubble

So I need to apply that CSS in Bubble and to do that I need to enable a feature to write in a custom ID for an element such as this repeating group and the way I do that is by going into settings and general and then looking for the option expose the option to add an ID attribute to HTML elements and then I'm going to say show shadows and that allows me to repeat put show shadows in any other repeating group that I want to be able to combat this issue with and to add the CSS to the page I can either do it the individual page in the page header here but to apply this across all of my app I'm going to go into settings SEO and meta tags and then add some custom CSS in here.

Adding Custom CSS

So I'm targeting an ID and so that means it starts with a hash and I've already forgotten what I used show shadows and then the attribute I change is overflow and I make that visible. Let's test that. Okay it's still not worked so what do we try well it's basically because we're having to brute force against Bubble's default style scheme and the way we can brute force it is to add exclamation mark important to the end also I might have made a spelling mistake there.

Final Adjustments and Testing

No show shadows I was just checking it was show shadow not show shadows not show shadow. Let's refresh it that should work now. Okay there we have it so with a bit of custom CSS literally three lines of code which you can see from just a few months ago in the video that is how to get your shadows looking really good in a repeating group.

Table of contents

Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Your No-Code Journey Starts Here

The best way to learn Bubble.io?

Build No Code Confidently

No more delays. With 30+ hours of expert content, you’ll have the insights needed to build effectively.

Find every solution in one place

No more searching across platforms for tutorials. Our bundle has everything you need, with 500+ videos covering every feature and technique.

Dive deep into every detail

Get beyond the basics with comprehensive, in-depth courses & no code tutorials that empower you to create a feature-rich, professional app.

Monthly
Yearly
Member
Accelerate your Bubble app to launch
$99 / month
$19/month/mo
Includes:
500+ tutorials
4 premium courses
Find the right tutorial with our custom trained AI
New tutorials added each week
Cancel anytime
14 day money back
Join now
Member
Accelerate your Bubble app to launch
$990 / year
$149/year/mo
Includes:
500+ tutorials
4 premium courses
Find the right tutorial with our custom trained AI
New tutorials added each week
Cancel anytime
14 day money back
Join now

Frequently Asked Questions

Find answers to common questions about our courses, tutorials & content.

Do I need any coding experience?

No. Our Beginner Essentials course and AI No-Code Coach are designed for total newcomers. You’ll learn Bubble.io step by step - no coding required.

How does the AI No-Code Coach work?

Simply type your question in plain English, and our AI taps into the entire video library to recommend the exact lessons you need. It’s like having a personal instructor on demand.

How long can I access the content?

As long as you’re subscribed! With our monthly subscription, you get unlimited access to all 500+ videos, our growing course library, and the AI No-Code Coach.

What courses are included

Your subscription includes:

  • Bubble Beginner Essentials – Get up and running fast.
  • Build a ChatGPT Clone – Integrate AI into your no-code apps.
  • Build Your SaaS Website with AI – Learn to create a scalable startup site.
  • Develop a Custom CRM App in Bubble - Learn database relationships with a CRM.

Plus, new tutorials every week!

What if I get stuck on a lesson?

The AI No-Code Coach is your first stop for instant answers. If you need deeper help, you can book 1:1 Bubble coaching for expert guidance.

Do you offer a money-back guarantee?

Yes! If you don’t see real progress within 14 days, let us know, and we’ll issue a full refund—no questions asked.

Can I cancel anytime?

Absolutely. Your subscription is month-to-month, and you can cancel anytime—no lock-ins, no hidden fees.

What if I want more than just tutorials & courses?

Absolutely. Your subscription is month-to-month, and you can cancel anytime—no lock-ins, no hidden fees.

If you’re serious about building a successful SaaS startup, check out Mastery—our intensive mentorship program. Mastery goes beyond Bubble.io development and includes:

  1. 1:1 mentorship to fast-track your progress
  2. Marketing strategies tailored for no-code founders‍
  3. Product management insights to scale your startup‍
  4. Personalized support from experienced founders

‍

Still have questions?

Reach out to our dedicated team.

Contact
Services
Search Bubble TutorialsBubble.io CoursesBook Bubble.io CoachingApply for Mastery
Latest Bubble tutorials
Rerank Text By MEANING With Cohere In Bubble.io Step by Step!
Unlock RAG Providers for NO CODE AI App Development TODAY!
Better Tables with Built-in Search and Sort By in Bubble.io
Partnerships
Flusk.eu
VectorShift
Comnoco
Plumb
Toddle
Whereby
Get started with no code
AI Powered No Code AppsNo Code Web ScrapingBubble.io Plugin tutorialsBubble API Connector tutorialsStudent & Teacher DiscountBest tools for no coders
Follow us
Youtube
X
LinkedIn
Planet No Code logo
In partnership with
Queen Mary University of London Logo
© 2024 Planet No Code. All rights reserved.
Privacy PolicyTerms of ServiceCookies SettingsContact Us