|
|
@@ -10,14 +10,24 @@
|
|
10
|
10
|
right: 0;
|
|
11
|
11
|
width: 100%;
|
|
12
|
12
|
}
|
|
13
|
|
-.popover-mousemove-padding-right {
|
|
|
13
|
+
|
|
|
14
|
+%vertical-popover-padding {
|
|
14
|
15
|
height: 100%;
|
|
15
|
16
|
position: absolute;
|
|
16
|
|
- right: -20;
|
|
17
|
17
|
top: 0;
|
|
18
|
18
|
width: 40px;
|
|
19
|
19
|
}
|
|
20
|
20
|
|
|
|
21
|
+.popover-mousemove-padding-left {
|
|
|
22
|
+ @extend %vertical-popover-padding;
|
|
|
23
|
+ left: -20px;
|
|
|
24
|
+}
|
|
|
25
|
+
|
|
|
26
|
+.popover-mousemove-padding-right {
|
|
|
27
|
+ @extend %vertical-popover-padding;
|
|
|
28
|
+ right: -20px;
|
|
|
29
|
+}
|
|
|
30
|
+
|
|
21
|
31
|
/**
|
|
22
|
32
|
* An invisible element is added to the top of the popover to ensure the mouse
|
|
23
|
33
|
* stays over the popover when the popover's height is shrunk, which would then
|