a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add min-h-fit to leafletWrapper

+1 -1
+1 -1
components/ThemeManager/ThemeProvider.tsx
··· 222 222 ]); 223 223 return ( 224 224 <div 225 - className="leafletWrapper w-full text-primary h-full flex flex-col bg-center items-stretch " 225 + className="leafletWrapper w-full text-primary h-full min-h-fit flex flex-col bg-center items-stretch " 226 226 style={ 227 227 { 228 228 "--bg-leaflet": colorToString(bgLeaflet, "rgb"),