Skip to content

Commit 39f92c8

Browse files
Cathy SillerRyan A. Johnson
authored andcommitted
fix(Popover): correct ShadyCSS styles
1 parent 71ddf9c commit 39f92c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="position-arrow">
2-
<div id="container">
2+
<div id="hxPopover">
33
<slot></slot>
44
</div>
55
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import "./HXElement";
22
@import "./_positioning";
33

4-
#container {
4+
#hxPopover {
55
overflow: hidden;
66
}

0 commit comments

Comments
 (0)