Skip to content

Commit

Permalink
add background on popup table (#446)
Browse files Browse the repository at this point in the history
* add background on popup table

* refactor: remove trailing whitespace

* change the table overlay to dark theme

Co-authored-by: stew-ro <v-stewro@microsoft.com>
  • Loading branch information
yongbing-chen and stew-ro authored Jul 27, 2020
1 parent 79264e3 commit 27f60df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/react/components/pages/editorPage/tableView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export const TableView: React.FunctionComponent<ITableViewProps> = (props) => {
<Modal
titleAriaId={"Table view"}
isOpen={props.tableToView !== null}
isModeless={true}
isModeless={false}
isDarkOverlay={true}
dragOptions={dragOptions}
onDismiss={props.handleTableViewClose}
scrollableContentClassName={"table-view-scrollable-content"}
Expand Down

0 comments on commit 27f60df

Please sign in to comment.