You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mostly unimportant but I thought I'd record them and then do a PR when I have some time as a thanks for letting me clone...
• overflow: none; is not a thing - i.e. none is not a taken value here. You're probably looking for overflow: visible which is default or auto would work but this is 'let the browser decide'
• the manifest spec changed, so instead of a manifest.json file you want a marcusblog.webmanifest - should work with a rename as it's just the extension & still JSON. See https://github.com/Rumyra/blog-rumyra/blob/master/src/rumyrasblog.webmanifest
The text was updated successfully, but these errors were encountered:
Mostly unimportant but I thought I'd record them and then do a PR when I have some time as a thanks for letting me clone...
•
overflow: none;
is not a thing - i.e. none is not a taken value here. You're probably looking foroverflow: visible
which is default orauto
would work but this is 'let the browser decide'• the manifest spec changed, so instead of a
manifest.json
file you want amarcusblog.webmanifest
- should work with a rename as it's just the extension & still JSON. See https://github.com/Rumyra/blog-rumyra/blob/master/src/rumyrasblog.webmanifestThe text was updated successfully, but these errors were encountered: