Closed mayank99 closed 2 years ago
Between draggable dialog and dialog wrapper, there are a bunch of incorrect/redundant styles that need to be changed in itwinui-css.
Two main changes:
position: fixed
position: absolute
position: relative
_Originally posted in https://github.com/iTwin/iTwinUI-react/pull/771#discussion_r962015453_
Also need to remove overflow: hidden from iui-dialog https://github.com/iTwin/iTwinUI-react/pull/823#discussion_r968440623
overflow: hidden
iui-dialog
Between draggable dialog and dialog wrapper, there are a bunch of incorrect/redundant styles that need to be changed in itwinui-css.
Two main changes:
position: fixed
orposition: absolute
. Currently it hasposition: relative
._Originally posted in https://github.com/iTwin/iTwinUI-react/pull/771#discussion_r962015453_