We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060334d commit 98568d5Copy full SHA for 98568d5
1 file changed
2-ui/2-events/03-event-delegation/4-behavior-tooltip/source.view/index.html
@@ -6,7 +6,7 @@
6
<style>
7
body {
8
height: 2000px;
9
- /* make body scrollable, the tooltip should work after the scroll */
+ /* 높이를 일부러 키워서 스크롤이 나타나도록 하였습니다. 스크롤 위치에 상관없이 요구사항대로 툴팁이 나타나야 합니다. */
10
}
11
12
.tooltip {
0 commit comments