This commit is contained in:
Bill 2021-08-05 13:32:56 -04:00
parent 0e2e50bb77
commit 6c23e3fade
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 0.5rem; width: 0.5rem;
height: 0.5rem;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {

View File

@ -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;