samuelnygaard / ng2-timezone-selector

A simple Angular module to create a timezone selector using moment-timezone.
https://samuelnygaard.github.io/ng2-timezone-selector/
MIT License
12 stars 12 forks source link

Fix HTML or style #18

Open captainreptile opened 5 years ago

captainreptile commented 5 years ago

Hello First off thanks for the lovely module, and especially the auto guess function.

I implmented it under ionic 3 and its working gr8, though the style is kinda of broken - i thought to myself this is a minor easy issue...but hours passed and i'm unable to figure it out.

Screenshot from 2019-05-20 09-32-38

By moving the <select> (and it style select2-hidden-accessible) out of <ng-2-timezone-picker> its solving the issue.

Perhaps there is a way to edit the html code view?

much appreciated for any hint.

rr-phillips commented 3 years ago

i'm not sure if you've figured it out or not, but I was having that problem before I added the stylesheet into my project, and I got more fine-tuned control if I imported it into my global scss file. I was then able to change the styles on the global.scss file. (I couldn't get the search bar to select, so had to hide it)