frederic-cvs-nhlstenden / sockstream

MIT License
0 stars 0 forks source link

[BUG] Background image not applied on firefox #3

Open edoardo-morosanu opened 4 days ago

edoardo-morosanu commented 4 days ago

Description

The background image does not appear on firefox. Probable issue is with the color alpha value not being recognized by firefox. Issue for me was in store page but possibly happens on any page.

Steps to Reproduce

  1. go to localhost on firefox

Expected Behavior

Image appears.

Actual Behavior

Image completely covered by the color, as disabling the color style fixes the problem.

Environment Details

edoardo-morosanu commented 4 days ago

Fix is not optimized and temporary, will need further research on the root cause to find a better solution.