Skip to content

Not able to select proper element without minimizing screen #67

@WebForks

Description

@WebForks

Describe the bug

<div class="fixed inset-0 z-[20000] bg-black/50 backdrop-blur-sm content-end" style="">
    <div class="absolute inset-0"></div> 
    <form class="divide-y divide-dashed relative overflow-auto max-w-[48rem] m-auto" id="download" style="">
        <button class="text-left flex w-full p-10" value="1280" type="submit">
            <div class="flex grow items-center gap-10"><strong class="font-normal">1280x</strong></div><span>11.41 MB</span> </button>
        <button class="text-left flex w-full p-10" value="0" type="submit">
            <div class="flex grow items-center gap-10"><strong class="font-normal">Original</strong></div><span>20.8 MB</span> </button></form></div>

The div "div class="absolute inset-0"" stops you from selecting the form unless you make the browser non-fullscreen, then you can go from the bottom and select the form first without selecting the div.

To Reproduce
Steps to reproduce the behaviour:

  1. Go to any page that has a full-screen div
  2. Try to click on an element that is covered by the div
  3. Be unable to select that element due to being covered by the div

Expected behaviour
Be able to select the element even though it is covered by another element

Environment (please complete the following information):

  • OS: Windows
  • Automa version: v1.2.0
  • Node version: v22.14.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions