diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 6190c40..6b1896c 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -324,6 +324,10 @@ input[type="text"].form-control{ } .price-page{ margin-bottom: 50px; + max-wdith:100%; +} +.price-page .tab-content .tab-pane .col-md-12{ + max-width:100%; } .artbox_list_container .artbox_list_container{ margin:25px 0px; @@ -555,4 +559,9 @@ div.modal-title{ h1, .header-kristal .container h1{font-size: 30px;} .header-kristal .container .header-text-right{font-size:18px;} .jumbotron p{font-size:16px;} + + .price-page .tab-content .tab-pane .col-md-12{ + overflow: scroll; + max-height: calc(100vh - 100px); + } } \ No newline at end of file -- libgit2 0.21.4