From 8e156805af6851fc49e5ffab7639da81e2571a24 Mon Sep 17 00:00:00 2001 From: dragon1211 Date: Fri, 5 Nov 2021 02:38:59 +0900 Subject: [PATCH] bugfixed scroll --- backend/public/css/app.css | 4 ---- backend/resources/sass/layouts/_main.scss | 4 ---- 2 files changed, 8 deletions(-) diff --git a/backend/public/css/app.css b/backend/public/css/app.css index e11edee2..e55fa260 100644 --- a/backend/public/css/app.css +++ b/backend/public/css/app.css @@ -12044,10 +12044,6 @@ input:-internal-autofill-selected { background-color: transparent; } -.l-centeringbox { - position: relative; -} - .avatar-wrapper { position: relative; width: 200px; diff --git a/backend/resources/sass/layouts/_main.scss b/backend/resources/sass/layouts/_main.scss index 1299bf8d..baf34f78 100644 --- a/backend/resources/sass/layouts/_main.scss +++ b/backend/resources/sass/layouts/_main.scss @@ -1,7 +1,3 @@ -.l-centeringbox{ - position: relative; -} - .avatar-wrapper{ position: relative; width: 200px;