Skip to content

Commit fd3b25b

Browse files
authored
#595 불필요한 가로 스크롤 발생하던 문제 해결 (#598)
1 parent 94114bc commit fd3b25b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/oj/views/general/CSEPFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default {
8383
footer {
8484
position: absolute;
8585
bottom: 0;
86-
width: 100vw;
86+
width: 100%;
8787
min-width: var(--global-width);
8888
height: var(--footer-height);
8989
background-color: var(--box-background-color);

0 commit comments

Comments
 (0)