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.

Change overflow to visible with costume theme

See original GitHub issue

I’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:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Gbuompriscocommented, Apr 26, 2018

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

0reactions
TheSormcommented, Apr 26, 2018

nice that works for the theme 😃 but there is no way to change overflow to visible for the tag?

Read more comments on GitHub >

github_iconTop 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 >

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