久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    • <bdo id='W3AA0'></bdo><ul id='W3AA0'></ul>

    <small id='W3AA0'></small><noframes id='W3AA0'>

    1. <legend id='W3AA0'><style id='W3AA0'><dir id='W3AA0'><q id='W3AA0'></q></dir></style></legend>

    2. <tfoot id='W3AA0'></tfoot>
        <i id='W3AA0'><tr id='W3AA0'><dt id='W3AA0'><q id='W3AA0'><span id='W3AA0'><b id='W3AA0'><form id='W3AA0'><ins id='W3AA0'></ins><ul id='W3AA0'></ul><sub id='W3AA0'></sub></form><legend id='W3AA0'></legend><bdo id='W3AA0'><pre id='W3AA0'><center id='W3AA0'></center></pre></bdo></b><th id='W3AA0'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='W3AA0'><tfoot id='W3AA0'></tfoot><dl id='W3AA0'><fieldset id='W3AA0'></fieldset></dl></div>

        Ionic 2:隱藏滾動條并繼續滾動

        Ionic 2: Hide scroll-bar and keep scrolling(Ionic 2:隱藏滾動條并繼續滾動)
        <tfoot id='Fyro5'></tfoot>

            <tbody id='Fyro5'></tbody>

          <small id='Fyro5'></small><noframes id='Fyro5'>

            <bdo id='Fyro5'></bdo><ul id='Fyro5'></ul>

                <i id='Fyro5'><tr id='Fyro5'><dt id='Fyro5'><q id='Fyro5'><span id='Fyro5'><b id='Fyro5'><form id='Fyro5'><ins id='Fyro5'></ins><ul id='Fyro5'></ul><sub id='Fyro5'></sub></form><legend id='Fyro5'></legend><bdo id='Fyro5'><pre id='Fyro5'><center id='Fyro5'></center></pre></bdo></b><th id='Fyro5'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Fyro5'><tfoot id='Fyro5'></tfoot><dl id='Fyro5'><fieldset id='Fyro5'></fieldset></dl></div>

                • <legend id='Fyro5'><style id='Fyro5'><dir id='Fyro5'><q id='Fyro5'></q></dir></style></legend>
                  本文介紹了Ionic 2:隱藏滾動條并繼續滾動的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我只想在需要滾動的頁面中隱藏滾動條.我正在使用離子 2

                  I just want to hide the scrollbar, in a page that needs scrolling. I am using Ionic 2

                  我的不起作用解決方案:

                  .scroll-content-bar{
                       overflow: hidden;
                  }
                  

                  此解決方案隱藏滾動條使屏幕無法滾動.

                  This solution hide the scroll-bar but makes the screen unscrollable.

                  推薦答案

                  首先,改變瀏覽器的自然行為和預期的用戶體驗是一個冒險的舉動.

                  First and foremost, changing natural behavior of the browser and expected user experience is a risky move.

                  但是,如果您仍然真的很想這樣做,我認為您最好的選擇是偽造它.在這種情況下,將 width 設置為 0 就足夠了,但我還將背景顏色更改為完全透明.

                  However, if you still really really want to, I think your best bet is to fake it. In this case, setting width to 0 should be enough but I'm also changing background colors to be completely transparent.

                  div{
                    background: gray;
                    height: 200px;
                    overflow-y: scroll;
                  }
                  
                  p{
                    border-bottom: 1px solid black;
                  }
                  
                  div::-webkit-scrollbar {
                    border:none;
                    width:0;
                    background: rgba(0,0,0,0);
                  }
                   
                  div::-webkit-scrollbar-track {
                    border:none;
                    width:0;
                    background: rgba(0,0,0,0);
                  }
                   
                  div::-webkit-scrollbar-thumb {
                    border:none;
                    width:0;
                    background: rgba(0,0,0,0);
                  }

                  <div>
                    <p>content</p>
                    <p>content</p>
                    <p>content</p>
                    <p>content</p>
                    <p>content</p>
                    <p>content</p>
                    <p>content</p>
                    <p>content</p>
                    <p>content</p>
                    <p>content</p>
                  </div>

                  這篇關于Ionic 2:隱藏滾動條并繼續滾動的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  Angular 2: file not found on local .json file(Angular 2:在本地 .json 文件中找不到文件)
                  In Ionic 2, how do I create a custom directive that uses Ionic components?(在 Ionic 2 中,如何創建使用 Ionic 組件的自定義指令?)
                  Use ViewChild for dynamic elements - Angular 2 amp; ionic 2(將 ViewChild 用于動態元素 - Angular 2 amp;離子2)
                  How to reload the ion-page after pop() in ionic2(如何在 ionic2 中的 pop() 之后重新加載離子頁面)
                  How can manage multiple slider in ionic2 for web application?(如何在 ionic2 中為 Web 應用程序管理多個滑塊?)
                  Javascript Convert an URL to a BASE64 Image(Javascript 將 URL 轉換為 BASE64 圖像)
                  <i id='FoLT4'><tr id='FoLT4'><dt id='FoLT4'><q id='FoLT4'><span id='FoLT4'><b id='FoLT4'><form id='FoLT4'><ins id='FoLT4'></ins><ul id='FoLT4'></ul><sub id='FoLT4'></sub></form><legend id='FoLT4'></legend><bdo id='FoLT4'><pre id='FoLT4'><center id='FoLT4'></center></pre></bdo></b><th id='FoLT4'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='FoLT4'><tfoot id='FoLT4'></tfoot><dl id='FoLT4'><fieldset id='FoLT4'></fieldset></dl></div>
                • <legend id='FoLT4'><style id='FoLT4'><dir id='FoLT4'><q id='FoLT4'></q></dir></style></legend>
                    <tbody id='FoLT4'></tbody>

                        • <bdo id='FoLT4'></bdo><ul id='FoLT4'></ul>
                        • <tfoot id='FoLT4'></tfoot>

                            <small id='FoLT4'></small><noframes id='FoLT4'>

                          1. 主站蜘蛛池模板: av在线免费观看网站 | 丝袜一区二区三区 | 嫩草视频免费 | 97精品超碰一区二区三区 | 亚洲一区播放 | 国产精品久久国产精品99 | 亚洲男女激情 | 麻豆视频在线免费观看 | 欧美日韩精品在线一区 | 综合久久av | 久久久久精 | 精品视频一区二区三区四区 | 亚洲国产精品久久久 | 久久在看| 日韩看片 | 欧美日韩专区 | 国产精品视频一区二区三区 | 日韩二区 | 日韩欧美在 | 欧美极品一区二区 | 91欧美| 亚洲精品大片 | www.狠狠操 | 91精品国产一区二区三区 | 精品久久不卡 | 日韩高清一区 | 国产精品国产精品国产专区不蜜 | 午夜资源 | 日韩在线视频精品 | 久久亚洲欧美日韩精品专区 | www.欧美| 一级黄在线观看 | 97精品一区二区 | 亚洲国产精品一区二区第一页 | 一级a性色生活片久久毛片 一级特黄a大片 | 日韩精品视频网 | 免费毛片网站在线观看 | 色频| 久草中文在线 | 91精品国模一区二区三区 | 日韩欧美一区二区三区四区 |