Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #50 from hyunolike/feature/deploy/#34-add-temp-page
Browse files Browse the repository at this point in the history
fix: overflow-x 추가
  • Loading branch information
hyunolike committed Nov 2, 2022
2 parents 9015dd0 + 1f3ad43 commit 6b6fe23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/static/css/info-dev.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down

0 comments on commit 6b6fe23

Please sign in to comment.