Posts by Eduardo Hashimoto • 16 points
2 posts
-
0
votes2
answers530
viewsA: Atom not saved in correct encoding
In that discussion (and that) says that Atom actually has a problem identifying the type of coding. They must be tidying up.…
-
0
votes1
answer123
viewsA: Property overflow is not working properly
You need to put the property height in ul too. ul { overflow: scroll; height: 200px; } See you around.