audacity / audacity.github.io

source code of the Audacity website
https://www.audacityteam.org/
4 stars 6 forks source link

investigate privacy buttons not working #10

Open LWinterberg opened 11 months ago

LWinterberg commented 11 months ago

report at https://twitter.com/VioletGirl37/status/1712140424247226484 https://twitter.com/jimbrandom/status/1712153643724509441 additional report by a friend on a samsung A14 using samsung internet

DilsonsPickles commented 10 months ago

This could potentially be caused by the following CSS nesting error:

[vite:css] Nested CSS was detected, but CSS nesting has not been configured correctly.
Please enable a CSS nesting plugin *before* Tailwind in your configuration.
See how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting
108|          transition: bottom .5s ease;
109|  
110|          &.hide{
   |           ^
111|             bottom:-412px;
112|          }