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

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

當(dāng)卡的外部有溢出 y 時,如何固定卡引導(dǎo)程序內(nèi)部的位置?

當(dāng)卡的外部有溢出 y 時,如何固定卡引導(dǎo)程序內(nèi)部的位置?

千巷貓影 2023-10-30 15:38:16
所以我的固定位置有問題......當(dāng)卡外部有溢出自動時如何修復(fù)標(biāo)題?.outer-card{  padding-right: 20px;  padding-left: 20px;  overflow-y: auto;  display: block;  padding-bottom: 3px;}.card{  width: 1500px  }<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet"/><div class="col-12 col-sm-6 align-items-stretch outer-card">          <div class="card">            <div class="card-body text-center select-year-month">              <div>                <h5 class="card-title text-left">How to set this title not follow overflow so the title with stay in place while i scroll</h5>              </div>              <span>HAHAHAHAHAHA</span>            </div>          </div>        </div>
查看完整描述

1 回答

?
慕沐林林

TA貢獻2016條經(jīng)驗 獲得超9個贊

標(biāo)題位于內(nèi)部outer-card,您必須將其移到外部并添加包裝 div。然后你可以title使用包裝 div 進行絕對定位。


這將為您提供所需的行為。


附上工作片段。


.outer-card{

  padding-right: 20px;

  padding-left: 20px;

  overflow-y: auto;

  display: block;

  padding-bottom: 3px;

}


.card{

  width: 1500px

  }

  

  .container {

    position: relative

  }

  .title{

    position: absolute;

    top: 0px;

    left: 40px;

    max-width: 500px;

    text-overflow: clip;

    overflow: hidden;

    white-space: nowrap;

  }

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet"/>

<div class="container">

<div class="col-12 col-sm-6 align-items-stretch outer-card">

          <div class="card">

            <div class="card-body text-center select-year-month">

              <div>


              </div>

              <span>HAHAHAHAHAHA</span>

            </div>

          </div>

        </div>

        <h5 class="card-title text-left title">How to set this title not follow overflow so the title with stay in place while i scroll</h5>

</div>


查看完整回答
反對 回復(fù) 2023-10-30
  • 1 回答
  • 0 關(guān)注
  • 112 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號

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