Skip to content

Tag: css

Leaflet controls not responding to click

Not sure how I have managed this but my leaflet zoom controls are not clickable? They do show up on the screen but there is no mouse change when hovering over them. Do I need to create another layer for the controls or am I missing something else from my code? update: The map will also not scroll or zoom

Responsive dotted lines among the images

I’m trying to create a responsive dots connecting among the images like below. I’m able to achieve this with CSS, but the layout is collapsing when I tried to change the image widths or parent div width. How can I make this layout work for all screens and image dimensions? Here is my code link: ht…

Angular set slide in panel with routing

Stackblitz demo: https://stackblitz.com/edit/angular-ivy-tf3pip?file=src%2Fapp%2Fapp.component.html I’m trying to set this slide-in panel with routing in Angular 2+, this code works fine in a flat html but i need to trigger the panel with Angular routing, so if i go to the route: ‘slideinpanel&#82…

Safari handles positioned elements differently

The problem is that (in mobile view) chrome renders every thing correctly and as expected, but things go sideways with safari.. down below screenshots taken from both regarding some pages that encountered the issue. chrome screen: Safari screen: As you can see the backgound: radial-gradient() is shifted to th…