Fix bug | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

23rd Feb 2019, 6:44 AM
👑Mahesh Khatri👑
👑Mahesh Khatri👑 - avatar
8 Answers
+ 6
//maybe screen resolution bug😕😕 Working fine on fine too
23rd Feb 2019, 8:17 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 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
23rd Feb 2019, 8:46 PM
ODLNT
ODLNT - avatar
+ 3
wow, it looks very nice. just fix the alignment issue in second tab
24th Feb 2019, 3:58 PM
Syed Mishar Newaz
Syed Mishar Newaz - avatar
+ 1
Btw the webpage is lit 🔥🔥
23rd Feb 2019, 6:48 PM
Antarip
Antarip - avatar
+ 1
hi
25th Feb 2019, 8:55 PM
Abdale
Abdale  - avatar
+ 1
i’m new here
25th Feb 2019, 8:55 PM
Abdale
Abdale  - avatar
0
Its working fine for me
23rd Feb 2019, 6:47 PM
Antarip
Antarip - avatar
0
//maybe screen resolution bugWorking fine on fine too
1st Mar 2019, 6:07 PM
Владислав Мужик
Владислав Мужик - avatar