<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Keith Patella</title>
    <description>The latest articles on DEV Community by Keith Patella (@kp_99999).</description>
    <link>https://dev.to/kp_99999</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1675410%2Fb2e87282-1efd-42e5-8f06-861baa5e5bc3.png</url>
      <title>DEV Community: Keith Patella</title>
      <link>https://dev.to/kp_99999</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kp_99999"/>
    <language>en</language>
    <item>
      <title>Tools to debug Clipping and Overflow Issue</title>
      <dc:creator>Keith Patella</dc:creator>
      <pubDate>Mon, 24 Jun 2024 12:48:58 +0000</pubDate>
      <link>https://dev.to/kp_99999/tools-to-debug-clipping-and-overflow-issue-31cf</link>
      <guid>https://dev.to/kp_99999/tools-to-debug-clipping-and-overflow-issue-31cf</guid>
      <description>&lt;p&gt;We are using Salesforce and we have a custom component that has a drop down combo box. The dropdown never extends beyond the component. I have tried using dev tools to see what the issue is. At the dropdown div I added the overflow visible style but it is still clipped. I've gone through the HTML tree and can't find an overflow:hidden which is something I read that can cause this issue in css. I was unable to find any clip-paths either. &lt;/p&gt;

&lt;p&gt;The drop down auto-computed height seems to be correct and would allow it to overflow the control but it is still being clipped. &lt;/p&gt;

&lt;p&gt;What else could I look at or try to override in the dev tools to see why something is getting clipped on an html page?&lt;/p&gt;

</description>
      <category>css</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
