Skip to content

Commit

Permalink
Fix : 화면 하단 스크롤 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
suemini committed Dec 21, 2023
1 parent 92e6301 commit 09c2d5e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/views/member/Login.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<template>
<div id="logoOff"></div>
<div class="video-background">
<video autoplay muted loop id="myVideo">
<source src="/images/login/mainBackGround.mp4" type="video/mp4" />
Expand Down Expand Up @@ -97,14 +96,6 @@ export default {
}
</script>
<style scoped>
#logoOff {
width: 100%;
height: 100px;
z-index: 1;
position: absolute;
background-color: var(--main1-color);
}
.video-background {
z-index: 2;
}
Expand All @@ -116,20 +107,12 @@ export default {
margin-right: 10px;
}
body,
html {
height: 100%;
margin: 0;
overflow: scroll;
}
.video-background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: scroll;
}
#myVideo {
Expand All @@ -138,7 +121,6 @@ html {
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
Expand Down

0 comments on commit 09c2d5e

Please sign in to comment.