File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ export function Component() {
300300 < iframe
301301 title = { strings . PPPMapTitle }
302302 className = { styles . pppIframe }
303- src = "https://public.tableau.com/views/PPPdashboard_16805965348010/1_Overview?:showVizHome=no&:embed=true:language=en-US&:origin=viz_share_link&:display_count=yes &:toolbar=yes"
303+ src = "https://public.tableau.com/views/PPPdashboard_16805965348010/1_Overview?:showVizHome=no&:embed=true& :language=en-US&:origin=viz_share_link&:display_count=no &:toolbar=yes"
304304 />
305305 </ Container >
306306 </ >
Original file line number Diff line number Diff line change 3939 }
4040
4141 .iframe-content {
42+ display : flex;
43+ align-items : center;
44+ justify-content : center;
45+
4246 .ppp-iframe {
4347 border : none;
44- width : 100 % ;
45- height : 54 rem ;
48+ width : 1050 px ;
49+ height : 850 px ;
4650 }
4751 }
4852 }
You can’t perform that action at this time.
0 commit comments