mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 06:37:56 +01:00
Position text.
This commit is contained in:
parent
df43bfc373
commit
5f564166d9
@ -21,7 +21,7 @@ import { FormattedMessage } from 'react-intl';
|
||||
|
||||
const KeyboardShorcutsHelp = () => {
|
||||
return (
|
||||
<div id="keyboardTable" style={{ position: 'relative', zIndex: '2' }}>
|
||||
<div id="keyboardTable">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="40%" />
|
||||
|
@ -111,6 +111,7 @@ export const ToolbarSubmenu = (props: {
|
||||
<Popover
|
||||
role="submenu"
|
||||
open={open}
|
||||
style={{ zIndex: 1000 }}
|
||||
onClose={() => setOpen(false)}
|
||||
anchorEl={itemRef.current}
|
||||
container={itemRef.current}
|
||||
|
@ -36,7 +36,6 @@ body {
|
||||
}
|
||||
|
||||
#keyboardTable {
|
||||
font-family: Arial, verdana, serif;
|
||||
font-size: 13px;
|
||||
width: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user