diff options
| author | Martijn Cuppens <[email protected]> | 2019-08-21 11:13:44 +0200 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2019-08-22 08:57:05 +0200 |
| commit | bfd4c1921da5b8f8b4b4ab1b2ece1859d96b9ce2 (patch) | |
| tree | 898022ba7aadafd658673af398a9bbf2caac638d /scss/_transitions.scss | |
| parent | 44372484594b99304c80f9b6f42f28a59c922010 (diff) | |
| download | bootstrap-bfd4c1921da5b8f8b4b4ab1b2ece1859d96b9ce2.tar.xz bootstrap-bfd4c1921da5b8f8b4b4ab1b2ece1859d96b9ce2.zip | |
Remove `position: relative` from `.collapsing`
Diffstat (limited to 'scss/_transitions.scss')
| -rw-r--r-- | scss/_transitions.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_transitions.scss b/scss/_transitions.scss index 40be4d918..3d1db3e9d 100644 --- a/scss/_transitions.scss +++ b/scss/_transitions.scss @@ -13,7 +13,6 @@ } .collapsing { - position: relative; height: 0; overflow: hidden; @include transition($transition-collapse); |
