KesSaft
KPCKevin Powell - Community
•Created by KesSaft on 10/23/2024 in #front-end
Horizontal Grid Image Gallery
35 replies
KPCKevin Powell - Community
•Created by KesSaft on 12/30/2023 in #back-end
Not getting data of newly added array field
Hey,
does anyone know how to add new fields to existing schemas properly?
Because I added a new field with is an objectarray and I already saved some data to it which I checked in the mongodbCompass and it worked. But when trying to get the data unsing findOne, I get the document as before but the new field is an empty array and when trying to console.log only the array, it is undefined....
Anyone any idea?
2 replies
KPCKevin Powell - Community
•Created by KesSaft on 2/16/2023 in #front-end
Scroll in absolute item with body overflow: hidden
Hey,
I have a body with a fixed sidebar and a absolute main section.
Both components are in the body which has a
width of 100vw
and a height of 100vh
.
The body has also overflow set to hidden
.
My Problem is now that when I am in the mobile view, I can scroll like 50vh
further down and 50vw
further to the side.
when returning my min-width property from the main element, everything is working.
But I need the min-width because else it looks really bad.
Has anyone any idea?13 replies
KPCKevin Powell - Community
•Created by KesSaft on 10/18/2022 in #front-end
SVG Animation ease-in-out
Hey,
How can I add a timing-function to the animation tag inside a svg?
I want to make it easein-out and be default it is linear.
2 replies