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