Fix the problem temporarily by activating the css file
This commit is contained in:
parent
c720a02a7a
commit
ff779aefda
@ -1,6 +1,6 @@
|
||||
.map-container {
|
||||
position: absolute;
|
||||
top: 76px; /* sync with header positioning*/
|
||||
position: fixed;
|
||||
top: 0; /* sync with header positioning*/
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
@ -134,13 +134,13 @@ export const ColouringMap: FC<ColouringMapProps> = ({
|
||||
<div
|
||||
ref={mapContainer}
|
||||
className="map-container"
|
||||
style={{
|
||||
/*style={{
|
||||
position: "absolute",
|
||||
top: "0",
|
||||
bottom: "0",
|
||||
left: "0",
|
||||
right: "0",
|
||||
}}
|
||||
}}*/
|
||||
>
|
||||
{mode !== "basic" && (
|
||||
<>
|
||||
|
Loading…
Reference in New Issue
Block a user