mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
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
This commit is contained in:
committed by
XhmikosR
parent
1cfbb8305a
commit
7044ea82c1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user