Skip to content

Commit 1316d69

Browse files
committed
Dock saved filter sets modal to the right
Previously it was docked to the left, which would cause it to move in case the filter field was streching very long.
1 parent 68569f8 commit 1316d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/components/data-filter/_filter-profiles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@mixin filter-dd-content-mixin ($width) {
3535
// Base styles
3636
position: absolute;
37-
top: 52px; left: 0;
37+
top: 52px; right: 0;
3838
z-index: variables.$max-z;
3939
visibility: hidden;
4040
opacity: 0;

0 commit comments

Comments
 (0)