question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docs: The template file has Dropdown UI issue

See original GitHub issue

What is the improvement or update you wish to see?

For using the lib @radix-ui/react-dropdown-menu, the Dropdown.tsx file should make the following change to display correctly:

<DropdownMenu.Portal> // original content </DropdownMenu.Portal>

Without wrapping it, the dropdown menu will float to the left and hard to debug through css styles.

Is there any context that might help us understand?

site/components/ui/Dropdown/Dropdown.tsx For any component that using dropdown.

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:2
  • Comments:5

github_iconTop GitHub Comments

3reactions
samcxpscommented, Nov 2, 2022

In file UserNav.module.scss change

.item:hover { @apply text-accent-6 transition scale-110 duration-100; }

to

.item:hover { @apply text-accent-6 transition; }

for a temporary fix

1reaction
MostlyWhatcommented, Oct 23, 2022

I’ve experienced that issue on my website. Hopefully this gets patched.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Insert smart chips & building blocks in your Google Doc
On your computer, open a document in Google Docs. · You can either: Type “@dropdown” and press Enter. · Select a preset dropdown...
Read more >
How to Use the New Google Documents Custom ... - YouTube
... Use the New Google Documents Custom Dropdown Menus and Table Templates ... Let's talk tech about what's been added to Google Docs...
Read more >
Bootstrap Dropdown in header template · Issue #2932 - GitHub
An easy fix for this problem is to override the uiGridMenu template and use the built-in column menu. All reactions.
Read more >
Script to copy template table. Dropdown boxes error
​​I have created a script that copy template table from one docs to another. function onOpen() { var ui = DocumentApp ...
Read more >
Can't find Google Docs template - Zapier Community
I'm facing an issue with creating a document from a Google Docs Template. ... the dropdown list to select a template that's in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found