Skip to content

Commit 009d0a9

Browse files
committed
remove useless code
1 parent 4220e49 commit 009d0a9

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

scss/_box.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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;

scss/_modal.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)