Docs: The template file has Dropdown UI issue
See original GitHub issueWhat 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:
- Created a year ago
- Reactions:2
- Comments:5
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
I’ve experienced that issue on my website. Hopefully this gets patched.