From e73bdd75756678aa9a3e0a02f24420a930a1640a Mon Sep 17 00:00:00 2001 From: "Maxime G." <264832+MaximeGaudin@users.noreply.github.com> Date: Tue, 14 May 2024 07:54:39 +0000 Subject: [PATCH] Fix Screen.css.scss --- source/stylesheets/screen.css.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index 70e3527..232948d 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -2,7 +2,7 @@ @import 'normalize'; @import 'variables'; @import 'icon-font'; -// @import 'rtl'; // uncomment to switch to RTL format +/* @import 'rtl'; uncomment to switch to RTL format */ /* Copyright 2008-2013 Concur Technologies, Inc. @@ -220,7 +220,7 @@ html, body { transform: rotate(-90deg) translate(-100%, 0); border-radius: 0 0 0 5px; } - padding: 0 1.5em 5em 0; // increase touch size area + padding: 0 1.5em 5em 0; /* increase touch size area */ display: none; position: fixed; top: 0; @@ -254,7 +254,7 @@ html, body { background-color: $main-bg; min-height: 100%; - padding-bottom: 1px; // prevent margin overflow + padding-bottom: 1px; /* prevent margin overflow */ // The dark box is what gives the code samples their dark background. // It sits essentially under the actual content block, which has a @@ -315,9 +315,9 @@ html, body { // This is all the stuff with the light background in the left half of the page .content { - // fixes webkit rendering bug for some: see #538 + /* fixes webkit rendering bug for some: see #538 */ -webkit-transform: translateZ(0); - // to place content above the dark box + /* to place content above the dark box */ position: relative; z-index: 30;