Skip to content

Commit

Permalink
fix: opening the flag panel shifts the main table slightly (#2994)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusLasserre committed Nov 17, 2023
1 parent e3ac7ef commit 85d980c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/styles/project/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ $side-width: 660px;

.modal-open {
position: relative;
padding-right: 0 !important;
padding-right: 0;
overflow: hidden;
}

Expand Down

3 comments on commit 85d980c

@vercel
Copy link

@vercel vercel bot commented on 85d980c Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs.flagsmith.com
docs-flagsmith.vercel.app
docs.bullet-train.io

@vercel
Copy link

@vercel vercel bot commented on 85d980c Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 85d980c Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.