File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,16 +10,12 @@ Markup:
1010
1111// Block
1212.box {
13- position : relative ;
14- display : flex ;
15- flex-direction : column ;
1613 margin-bottom : $box-margin-bottom ;
1714 border-radius : $box-border-radius ;
1815}
1916
2017// Elements
2118.box__header {
22- flex-shrink : 0 ;
2319 color : $box-header-color ;
2420 font-size : $font-size-base ;
2521 line-height : 1.2 ;
@@ -30,7 +26,6 @@ Markup:
3026}
3127
3228.box__body {
33- flex : 1 1 0% ;
3429 border : $box-border-width solid $box-border-color ;
3530 border-top : 0 ;
3631 padding : $box-padding-x ;
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ Markup:
3232 z-index : $modal-zIndex ;
3333 overflow : auto ;
3434 -webkit-overflow-scrolling : touch ;
35- overflow-scrolling : touch ;
3635 -ms-overflow-style : -ms-autohiding-scrollbar ;
3736 & ::-webkit-scrollbar {
3837 display : none ;
You can’t perform that action at this time.
0 commit comments