mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-25 04:19:02 +08:00
add scrollable tabs for demo component
This commit is contained in:
parent
872d79eca4
commit
607a2ca295
@ -19,6 +19,9 @@
|
||||
&__tabs {
|
||||
padding: 1rem 1.25rem 0 1.25rem;
|
||||
background-color: rgba($colorBlack, 0.9);
|
||||
white-space: nowrap;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
&__tab {
|
||||
|
Loading…
Reference in New Issue
Block a user