Skip to content

Commit f684fde

Browse files
committed
모바일페이지 대응
1 parent 5310fd2 commit f684fde

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

themes/vue/layout/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<script type="text/javascript" defer="defer" src="https://extend.vimeocdn.com/ga/72160148.js"></script>
9191
</head>
9292
<body class="<%- isIndex ? '' : 'docs' -%>">
93-
<div id="mobile-bar" <%- isIndex ? 'class="top"' : '' %>>
93+
<div id="mobile-bar" style="pointer-events: none;" <%- isIndex ? 'class="top"' : '' %>>
9494
<a class="menu-button"></a>
9595
<a class="logo" href="/"></a>
9696
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<a href="https://v3.vuejs-korea.org/ko-KR/" style="display: block; color: #f2f2f2; padding: .5rem 0 .5rem 0; text-align: center; font-weight: 500;">
1+
<a id="v3-banner" href="https://v3.vuejs-korea.org/ko-KR/" style="display: block; color: #f2f2f2; padding: .5rem 0 .5rem 0; text-align: center; font-weight: 500; word-break: keep-all;">
22
Vue.js 3가 출시되었습니다! 이 배너를 눌러 최신 버전 문서를 확인하세요.
33
</a>

themes/vue/source/css/_header.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ body.docs
135135
left: 12px
136136
background: url(../images/menu.png) center center no-repeat
137137
background-size: 24px
138+
pointer-events: auto
138139
.logo
139140
position: absolute
140141
width: 30px

0 commit comments

Comments
 (0)