+ 16
Fix bug
what is the error in this code ..it runs on computer clearly but doenot work on mobile .in mobile phone elements get overlap https://code.sololearn.com/WO0bzdE8666o/?ref=app
8 Answers
+ 6
//maybe screen resolution bug😕😕 Working fine on fine too
+ 4
Mahesh
I tested your code on my android devices and there is no overlap. But when tested on an iPad there was overlap. So from that perspective...
.w100 {
width:100%;
height:100vh;
}
adding height solved the overlapping problem. But seems to be another issue with the tabs.
[Update]
Ran your CSS through Autoprefixer( a PostCSS plugin which parses your CSS and adds vendor prefixes)
https://autoprefixer.github.io/
Tabs now working properly on the iPad
https://code.sololearn.com/WpKixQfhsyzY/#css
+ 3
wow, it looks very nice. just fix the alignment issue in second tab
+ 1
Btw the webpage is lit 🔥🔥
+ 1
hi
+ 1
i’m new here
0
Its working fine for me
0
//maybe screen resolution bugWorking fine on fine too