Angularjs / Bootstrap 3 CSS文本超越了背景图像

时间:2015-11-02 18:51:23

标签: angularjs twitter-bootstrap-3

这是由角度驱动的ng视图区域。 您可以看到文本超出了背景图像。 我该如何调整背景图片大小? enter image description here

        <div class="col-xs-12 col-sm-9 col-lg-9" ng-style="{'background-image':'url(images/blue3.jpg)', 'background-repeat': 'no-repeat', 'height':'800px', 'background-size':'contain' }">
        <h1> {{message}} </h1>
            <div ng-view></div>
        </div>

1 个答案:

答案 0 :(得分:1)

要么让height: auto;成长为内容,要么使用overflow-y: scroll;

进行溢出滚动