Skip to content

Commit

Permalink
💄 Fix Safari 1px bug in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Feb 24, 2021
1 parent 698a06a commit 97c41c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/lens/public/drag_drop/drag_drop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
}

.lnsDragDrop__container {
position: relative;
overflow: visible !important; // sass-lint:disable-line no-important
width: 100%;
height: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
display: flex;
align-items: stretch;
justify-content: stretch;
position: absolute;

> * {
flex: 1 1 100%;
Expand Down

0 comments on commit 97c41c2

Please sign in to comment.