We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6814f36 commit fb73594Copy full SHA for fb73594
src/Components/Tooltip/Tooltip.scss
@@ -42,7 +42,8 @@
42
}
43
44
&.#{$tooltip-left},
45
- &.#{$tooltip-right} {
+ &.#{$tooltip-right},
46
+ &.#{$tooltip-top} {
47
&>.#{$tooltip-text} {
48
top: auto;
49
&::after {
@@ -73,10 +74,8 @@
73
74
75
&.#{$tooltip-top} {
76
- top: auto;
77
bottom: 120%;
78
79
- bottom: auto;
80
top: 100%;
81
border-color: theme('color-dark') transparent transparent transparent;
82
0 commit comments