The photo and video record buttons are sometimes visible, but they randomly disappear

The photo and video record buttons are sometimes visible, but they randomly disappear.

HTML

  1. [2:12 PM]
    CSS
    #recorder { display: none; }

  2. [2:13 PM]

JS : // Close if (recorder) recorder.style.display = β€˜none’; // Open if (recorder) recorder.style.display = β€˜block’;

are you able to share a video and the complete (relevant) code snippets so we can help debug?