From 184aa8568fbedeb6aeebce6e21f6253d3e34b7c6 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 26 Jun 2017 18:26:15 +0200 Subject: [PATCH] Content container is now the root for position absolute --- styles/content.scarlet | 3 +-- styles/layout.scarlet | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/content.scarlet b/styles/content.scarlet index b881cd03..2062384e 100644 --- a/styles/content.scarlet +++ b/styles/content.scarlet @@ -2,5 +2,4 @@ vertical padding content-padding padding-top content-padding-top - line-height 1.7em - position relative \ No newline at end of file + line-height 1.7em \ No newline at end of file diff --git a/styles/layout.scarlet b/styles/layout.scarlet index d1765c53..6e425f76 100644 --- a/styles/layout.scarlet +++ b/styles/layout.scarlet @@ -6,4 +6,5 @@ flex 1 overflow-x hidden overflow-y scroll + position relative // will-change transform \ No newline at end of file