第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

在反應(yīng)中滾動(dòng)頁面而不是 div 元素

在反應(yīng)中滾動(dòng)頁面而不是 div 元素

慕沐林林 2023-03-18 16:25:58
我正在使用具有父 div 的 react 制作我的網(wǎng)絡(luò)簡(jiǎn)歷 - <div         className={`w-100  d-flex flex-column align-items-center m-0 position-absolute ${styles.container} `}       >在這里我有多個(gè)子 div 但是當(dāng)我運(yùn)行我的代碼時(shí) div 的元素正在滾動(dòng)而不是頁面。當(dāng)我給父 div 高度但它在某些瀏覽器上工作不正常時(shí)我需要一個(gè)好的解決方案以便元素保持靜態(tài)和頁面滾動(dòng)。提前致謝。https://utkarsh0911.github.io/my_web_resume/
查看完整描述

1 回答

?
人到中年有點(diǎn)甜

TA貢獻(xiàn)1895條經(jīng)驗(yàn) 獲得超7個(gè)贊

在您的 css 中刪除類“l(fā)anding_container__23Tq8”的背景附件屬性。

您可以嘗試src/Pages/LandinPage.js使用以下代碼段進(jìn)行更新。


import React, { Component ,Text,StyleSheet} from 'react'

import Logo from '../Images/SiteLogo/logo.jpg'

import MyNav from '../Components/MyNav'

import styles from '../css/landing.module.css'

import { Button, Container } from 'react-bootstrap'

import MyButton from '../Components/MyButton'

import Myphoto from '../Images/MyPhoto/photo.png'

import MyRoundedImage from '../Components/MyRoundedImage'

import AboutMe from './AboutMe'

import Experience from './Experience'

import Skills from './Skills'

import MySimpleImage from '../Components/MySimpleImage'

import Education from './Education'

import resume from '../docs/resume.pdf'

import MyFooter from '../Components/MyFooter'

import MyJumbo from '../Components/MyJumbo'



class LandingPage extends Component

{

    render() {

        return (



          <div className={ `w-100 d-flex flex-column align-items-center m-0 position-absolute ${styles.container} `} >


              <div className="container ">

            <MyNav title="MyResume" items={["ABOUT","BLOG","CONTACT"]}/>

            </div>


            <div className="d-flex justify-content-center ">

<h1 className={`font-weight-bold text-white text-center  ${styles.h1}`}>WELCOME TO MY STUDIO!!</h1>

</div>



            <div className="d-flex flex-wrap justify-content-center mt-2 ">





            <a href={resume} target="_blank" rel="noopener noreferrer" download>


           <MyButton   title="Download CV" variant="success"/></a>





<MyButton  title="Subscribe" variant="success"/>



           </div>



<div className="d-flex  flex-wrap clearfix  mt-1 flex-wrap justify-content-center align-items-center">

        <MyRoundedImage src={Myphoto}/>

        </div>


  <div className="bg-white">

    <AboutMe />

    <MyJumbo title="EXPERIENCE"/>




     <div className={styles.expContainer}>

    <Experience/>


    </div>




    <MyJumbo title="SKILLS"/>

    <Skills/>




    <MyJumbo title="EDUCATION"/>

    <Education/>

  </div>


{/* <MyFooter/> */}


            </div>


        )

    }

}





export default LandingPage


基本上,滾動(dòng)很好;但是,abackground從后面的部分開始就不見了About Me。


祝你好運(yùn)...


查看完整回答
反對(duì) 回復(fù) 2023-03-18
  • 1 回答
  • 0 關(guān)注
  • 93 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)