From c800d9e8e7b5342b298047a5eb6af45f0b0002c4 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 2 Dec 2018 22:09:44 -0800 Subject: [PATCH] This didn't seem to help ios overflow hidden to work --- src/App.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.css b/src/App.css index e32656b7..6acb845f 100644 --- a/src/App.css +++ b/src/App.css @@ -105,8 +105,6 @@ button { } body.overlay-open { - /* https://stackoverflow.com/a/13645522/1263117 */ - position: absolute; overflow: hidden; }