aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-08-27 12:17:10 -0400
committertaehoon <th.dev91@gmail.com>2019-09-06 11:17:29 -0400
commitea5b36a597dad2488b2204f6396c2f3d530cdf25 (patch)
tree9d4302f556eff15f2d8dafcb8709cb8de44c96ec /src/App.scss
parente75ac9ddbc66a7e3cd40ef130b26b06b8cec9f1d (diff)
refactor toggling body visibility using class
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index fac800bc..2e20fb57 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -49,6 +49,10 @@ body {
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
+
+ &.hidden {
+ display: none;
+ }
}
a {