EliezerB123

Results 22 comments of EliezerB123

> Maybe it help https://blog.bbogdanov.net/post/angular-material-overlay-hack-overlay-container/ I'm horrified, but this might actually work. Thank you, @aksenovdev . This would be SO much better if we could actually just do this normally,...

> I sort it out myself by using two stylessheet one `Global `and other `component's `stylesheet, In global i set `z-index` to to lower value(`1000`) so that it goes behind...

+1. A goToIndex function would be great! Right now we only have "Next" and "Previous". There's already an open pull request for this, but it's 8 years old....: https://github.com/jackmoore/colorbox/pull/377

@zevnikrok I have the exact same issue. How did you solve it?

> > @lucas-labs you need to opt into inline rendering by configuring `.storybook/preview.js`: > > ```js > > export const parameters = { docs: { inlineStories: true } }; >...

If anyone comes across this later, we solved it by the following code: (Which is... not perfect, but works well enough for us.) ``` if(typeof window.onYouTubePlayerAPIReady !== "function" && YT...

Perhaps there should be a line that says, "Last updated on: xx/yy/2020".

> @EliezerB123 is it possible to share your messy hacks? > > I am working on a project where I am expected to add a similar feature and it would...

@Falke-Design Thank you for your reply! > What do you want to achieve? Primarily, we need to be able to draw shapes using Geoman, and snap the Geoman shapes to...

It works!! Wow. A little feedback: It gives an error if I forget to include ` visibleTypes: ['svg','leaflet'] ` (Apparently, the default **options.visibleTypes** don't appear to be working.) ![Selection_537](https://user-images.githubusercontent.com/30175427/137901623-36c355e9-c380-4430-b0de-e98d236d9f2b.png) And...