Created by: justinkruit
The transform of .showing was being overridden by .offcanvas.offcanvas-start, while .show wasn't. This resulted in an illusion of the offcanvas waiting for the backdrop, reported in #36347 (closed). Moving the show classes below the position classes fixes this problem.
Fixes #36347 (closed)