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 c664145 commit f01fbfdCopy full SHA for f01fbfd
src/less/popup.less
@@ -8,7 +8,7 @@
8
background: @popup-bg;
9
padding: 2px;
10
overflow: auto;
11
-
+
12
// the offsets allows for drop shadow to not be clipped by the container
13
margin-bottom: 10px;
14
left: 10px;
@@ -31,7 +31,11 @@
31
// offset for drop shadow on rw-popup
32
left: -10px - @input-border-width;
33
right: -10px - @input-border-width;
34
35
+ .rw-widget.rw-state-focus & {
36
+ z-index: @popup-zindex + 10;
37
+ }
38
39
&.rw-dropup {
40
top: auto;
41
bottom: 100%;
@@ -42,4 +46,3 @@
42
46
width: 18em; //15em; ?
43
47
}
44
48
45
0 commit comments