Skip to content

Commit cda7f04

Browse files
committed
Merge branch 'saved-filter-sets-dock-right' of Arnei/opencast-admin-interface into r/17.x
Pull request #1338 Fixes #1238 Dock saved filter sets modal to the right
2 parents 6a619a1 + 1316d69 commit cda7f04

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)