mirror of
https://github.com/dzeiocom/components.git
synced 2025-07-30 00:39:51 +00:00
@ -4,6 +4,7 @@ import css from './Code.module.styl'
|
||||
|
||||
interface Props {
|
||||
block?: boolean
|
||||
children?: React.ReactNode
|
||||
}
|
||||
|
||||
export default class Code extends React.Component<Props> {
|
||||
|
@ -176,7 +176,7 @@
|
||||
padding 0
|
||||
|
||||
.userMenu
|
||||
position absolute
|
||||
position fixed
|
||||
bottom 16px
|
||||
left 316px
|
||||
z-index 200
|
||||
|
Reference in New Issue
Block a user