A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-FlightsAbove - Display all flights in the sky above you
-
@Richard238 said in MMM-FlightsAbove - Display all flights in the sky above you:
MMM-FlightsAbove
to your custom.css add :
.MMM-FlightsAbove.tabulator-footer {visibility: hidden;} .MMM-FlightsAbove {overflow: hidden;}
-
This…
.MMM-FlightsAbove .tabulator-footer { visibility: hidden; }
…works just fine, thank you.
.MMM-FlightsAbove { width: 400px; overflow: hidden; }
Worked when I added a width figure, the horizontal scroll bar is gone.
The vertical scroll bar however, remains.
I tired someheight: nnnpx;
figures, but still the pesky vertical bar is showing. -
-
#flightsabove {overflow:hidden;}
Tried, but the vertical scroll bar is still there.
-
The vertical bar is only shown on Firefox or Edge, Chrome is OK, as is Electron on the Pi itself.