mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-01-31 10:22:36 +01:00
Updates
This commit is contained in:
parent
0e2e50bb77
commit
6c23e3fade
@ -1,5 +1,6 @@
|
||||
::-webkit-scrollbar {
|
||||
width: 0.5rem;
|
||||
height: 0.5rem;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
|
@ -3,7 +3,7 @@ import { DraggableProps } from 'react-draggable';
|
||||
|
||||
export interface DraggableWindowProps
|
||||
{
|
||||
handle: string;
|
||||
handle?: string;
|
||||
draggableOptions?: Partial<DraggableProps>;
|
||||
disableDrag?: boolean;
|
||||
noCenter?: boolean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user