From 7044ea82c17853c4d6d3483114b860ce4a5cf7b1 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 3 Jan 2018 07:42:03 +0000 Subject: Patch fractional viewport widths to work around Safari rounding bug (#25177) Includes simplifying the prose in `tables.md` and adding the bug to the list of browser bugs. Closes https://github.com/twbs/bootstrap/issues/25166 --- docs/4.0/examples/offcanvas/offcanvas.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/4.0/examples') diff --git a/docs/4.0/examples/offcanvas/offcanvas.css b/docs/4.0/examples/offcanvas/offcanvas.css index c23004ad4..1762cd5c1 100644 --- a/docs/4.0/examples/offcanvas/offcanvas.css +++ b/docs/4.0/examples/offcanvas/offcanvas.css @@ -17,7 +17,7 @@ footer { * Off Canvas * -------------------------------------------------- */ -@media screen and (max-width: 767.99px) { +@media screen and (max-width: 767.98px) { .row-offcanvas { position: relative; transition: all .25s ease-out; -- cgit v1.2.3