Skip to content

Commit

Permalink
add test story
Browse files Browse the repository at this point in the history
  • Loading branch information
SkReD committed Aug 16, 2024
1 parent bdb606a commit d20b3c6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions code/addons/docs/template/stories/docs2/UtfSymbolScroll.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { Meta } from '@storybook/addon-docs';

<Meta title="UtfSymbolsScroll" />

## Instruction

> Instruction below works only in iframe.html. Unknown code in normal mode (with manager) removes hash from url.
Click on [link](#anchor-with-utf-symbols-абвг). That will jump scroll to anchor after green block below. Then reload page and
it should smooth-scroll to that anchor.

<div style={{ height: "1500px", background: "green", color: "white" }}>Space for scroll test</div>

## Anchor with utf symbols (абвг)

0 comments on commit d20b3c6

Please sign in to comment.