guides icon indicating copy to clipboard operation
guides copied to clipboard

How can I control guides 0 position?

Open screamboard opened this issue 4 years ago • 1 comments

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 avatar Jan 12 '21 05:01 screamboard

@screamboard

.scena-guides {
    top: 30px;
}

The top of scena-guides is 30. redefine css

daybrush avatar Jan 14 '21 14:01 daybrush