diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index edcaeb17429..0ae5f45a3eb 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -223,6 +223,7 @@ body { #controls { box-sizing: border-box; + position: -webkit-sticky; position: sticky; height: 44px; padding: 0; |