Skip to content

Commit

Permalink
fix(overlay): revert to flex
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajdeep Chandra authored and Rajdeep Chandra committed Dec 3, 2024
1 parent eb01cdf commit 4bf2a8a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/overlay/src/overlay.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ governing permissions and limitations under the License.
);
}

/** targeting dialog to scroll without tooltips **/
:host(:not(:has(> sp-tooltip))) .dialog {
display: flex;
}

.dialog {
margin: 0;
border: 0;
Expand All @@ -55,6 +50,7 @@ governing permissions and limitations under the License.
inset: auto;
top: 0;
left: 0;
display: flex;

--sp-overlay-open: true;
}
Expand Down

0 comments on commit 4bf2a8a

Please sign in to comment.