From 1f3ad435b01ee0e3041b9b520335f9c5acb37590 Mon Sep 17 00:00:00 2001 From: "hh.jang" Date: Wed, 2 Nov 2022 23:27:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20overflow-x=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/static/css/info-dev.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/static/css/info-dev.css b/backend/src/main/resources/static/css/info-dev.css index 5dede9b..6ad1904 100644 --- a/backend/src/main/resources/static/css/info-dev.css +++ b/backend/src/main/resources/static/css/info-dev.css @@ -24,7 +24,7 @@ p, a, h1, h2, h3, h4, h5, h6, ul, li, tr, td, input, select, textarea, button, f .album_cover {width:70px; height:70px; border-radius:2px; box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.5); margin:auto; overflow:hidden;} .album_cover > img {display: block; width:100%; height:100%; object-fit: cover;} .bottom_area {background-color:#151515; padding:0 30px;display: grid;grid-template-rows: 1fr 6fr;} -.bottom_area_2 {background: #1b1b1b; padding:0 30px; height: calc(100% - 246px); overflow: scroll; height: 100%;} +.bottom_area_2 {background: #1b1b1b; padding:0 30px; height: calc(100% - 246px); overflow: scroll; height: 100%; overflow-x: hidden;} .bottom_area .tab { overflow: hidden; height:70px; border-bottom:1px solid #333;} .bottom_area .tab button { font-size:1.125em; color:#888; background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding-top: 15px; transition: 0.3s; width:50%; height:70px;} .bottom_area .tab button:hover { font-size:1.125em; font-weight:500; color:#888;}