Change overflow to visible with costume theme
See original GitHub issueI’m submitting a … (check one with “x”)
[ ] bug report => search github for a similar issue or PR before submitting
[x ] support request/question
Current behavior I can not change the overflow to visible in a costume tag’s theme.
Expected behavior I try to combine the chips with color picker but because overflow is hidden the color picker is not shown probably.
Minimal reproduction of the problem with instructions (if applicable) I am using the example foundation theme and just added “overflow: visible” to the “$foundation-tag-theme”
What do you use to build your app?. Please specify the version angular-cli
Angular version: Angular 5
ngx-chips version: newest
Browser: [Chromium Version 64.0.3282.140 ]
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Make scrollbar visible in mobile browsers - Stack Overflow
Is there a way to make the scrollbar always visible on mobile devices? I have tried some JQuery libraries but none of them...
Read more >Custom Scrollbar styling - CodePen
<div class="force-overflow"></div>. 4. </div>. 5. . 6. <div class="scrollbar" id="style-1">. 7. <div class="force-overflow"></div>.
Read more >Text overflow with ellipsis is weird and ugly by design #18761
It changes how characters are displayed. Differences are subtle, but overall, letters are a bit wider. It's true, this issue cannot be closed!...
Read more >Windows 11's new taskbar overflow is perfect for people who ...
The new overflow menu matches the Windows 11 design, and includes all the taskbar features you'd expect to see like pinning apps and...
Read more >Custom Scrollbars In CSS - Ahmad Shadeed
Show the scrollbar when it's needed. Creating a scrollable element is possible by adding a value other than visible to the overflow property....
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 Free
Top 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
You just need to add the class to the selector via ::ng-deep, you don’t really have to use the theming for all properties
nice that works for the theme 😃 but there is no way to change overflow to visible for the tag?