guides
guides copied to clipboard
How can I control guides 0 position?
Environments
- Framework name: React
- Framework version: 17.0.1
- Component name: @scena/react-guides
- Component version: 0.12.0
- Testable Address(optional): Using Demo code
Description
Hello. I want to use these module in my project. so I tested Guides Demo code(guides/packages/react-guides/src/demo/App.tsx ). so I changed width & height 30px to 20px. but I couldn't control guides 0 position. Guide's 0 point was still under 10px. I try to find interface, but I'm failed.
If you change 30px to 20px in demo code. you understand what I said.
How can I change guide 0 position?
@screamboard
.scena-guides {
top: 30px;
}
The top of scena-guides is 30. redefine css