Skip to content

Commit

Permalink
fix(widget-message-meet): scroll issue when container is not main
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernie Zang committed Dec 14, 2016
1 parent c6a6fd4 commit b1f2050
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
node_modules*
node_debug.log*
.tmp
.tmp_uploads
temp
Expand Down
1 change: 1 addition & 0 deletions packages/widget-message-meet/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</head>
<body>
<main
class="spark-message-meet"
data-toggle="spark-message-meet"
data-access-token="<%= process.env.CISCOSPARK_ACCESS_TOKEN %>"
data-to-person-email="<%= process.env.TO_PERSON_EMAIL %>"
Expand Down
4 changes: 4 additions & 0 deletions packages/widget-message-meet/src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ body {
border: 0;
}

/* stylelint-disable selector-no-attribute */
[data-toggle='spark-message-meet'],
[data-toggle='spark-message-meet'] > div,
[data-toggle='spark-message-meet'] > div > div,
main,
main > div,
main > div > div {
Expand Down

0 comments on commit b1f2050

Please sign in to comment.