Skip to content

Commit 9d12d7c

Browse files
authored
[FSTORE-1346][APPEND] Fix Dropdown (#368)
* Restore CSS * Fix dropdown
1 parent 989b4a3 commit 9d12d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/css/dropdown.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ overflow: inherit;
1717

1818
/* The container <div> - needed to position the dropdown content */
1919
.dropdown {
20-
position: relative;
20+
position: absolute;
2121
display: inline-block;
2222
}
2323

0 commit comments

Comments
 (0)