mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 22:15:45 +01:00
Added position:absolute to tooltips
This commit is contained in:
@@ -7,7 +7,8 @@ import HelpIcon from './HelpIcon';
|
||||
const styles = {
|
||||
tooltip: {
|
||||
display: "inline-block",
|
||||
paddingLeft: "3px"
|
||||
paddingLeft: "3px",
|
||||
position: "absolute"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user