Open harshaktg opened 1 year ago
While adding CSS position property to any element within the Vue/React node, it renders fine in Chrome. But in Safari, it's not working as intended. The element is placed at the beginning.
https://codesandbox.io/s/vue-shape-forked-s6x9nz?file=/src/components/Count.vue
Please open the below sandbox in both chrome and safari to spot the differences
Vue based nodes
React based nodes
Ideally it should work as expected in chrome
No response
This is a bug in safari. See here for details and solutions.
I also met ,it renders well in others,but not well in ios
this problem is confusing me and struggling me bro, did u solve this problem?
Describe the bug
While adding CSS position property to any element within the Vue/React node, it renders fine in Chrome. But in Safari, it's not working as intended. The element is placed at the beginning.
Your Example Website or App
https://codesandbox.io/s/vue-shape-forked-s6x9nz?file=/src/components/Count.vue
Steps to Reproduce the Bug or Issue
Please open the below sandbox in both chrome and safari to spot the differences
Vue based nodes
React based nodes
Expected behavior
Ideally it should work as expected in chrome
Screenshots or Videos
Platform
Additional context
No response