-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix scrollbar for table and tabs (#1401)
* fix scrollbar for table and tabs * update snapsh0ts
- Loading branch information
Dimitri POSTOLOV
authored
Jan 26, 2023
1 parent
bcaba9c
commit 086cf7b
Showing
6 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'nextra-theme-docs': patch | ||
--- | ||
|
||
fix scrollbar for table and tabs |
21 changes: 21 additions & 0 deletions
21
examples/swr-site/pages/docs/advanced/scrollbar-x.en-US.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import { Tabs, Tab } from 'nextra-theme-docs' | ||
|
||
|**Student ID**|**First Name**|**Last Name**|**Major**|**GPA**|**Graduation Year**|**Email**|**Phone Number**|**Address**|**Date of Birth**|**Gender**|**Class Standing**|**Enrollment Status**|**Enrollment Date**|**Graduation Date**|**Advisor ID**| | ||
|:----|:----|:----|:----|:----|:----|:----|:----|:----|:----|:----|:----|:----|:----|:----|:----| | ||
| 12345|John|Doe|Computer Science|3.5|2024|[email protected]|555-555-5555|123 Main St, Anytown USA|01/01/2000|M|Junior|Full-time|01/01/2022|05/01/2024|54321| | ||
| 67890|Jane|Smith|Biology|3.2|2023|[email protected]|555-555-5555|456 Park Ave, Anytown USA|02/02/1999|F|Senior|Full-time|01/01/2019|12/01/2022|56789| | ||
| 11111|Bob|Johnson|Mathematics|3.7|2022|[email protected]|555-555-5555|789 Elm St, Anytown USA|03/03/1998|M|Senior|Part-time|01/01/2021|05/01/2022|98765| | ||
| 22222|Samantha|Williams|Chemistry|3.3|2024|[email protected]|555-555-5555|321 Oak St, Anytown USA|04/04/1997|F|Junior|Full-time|01/01/2022|05/01/2024|54321| | ||
| 33333|Michael|Brown|Political Science|3.0|2023|[email protected]|555-555-5555|159 Pine St, Anytown USA|05/05/1996|M|Senior|Full-time|01/01/2019|12/01/2022|56789| | ||
| 44444|Ashley|Moore|Business|3.5|2022|[email protected]|555-555-5555|753 Birch St, Anytown USA|06/06/1995|F|Senior|Part-time|01/01/2021|05/01/2022|98765| | ||
| 55555|David|Taylor|Engineering|3.9|2024|[email protected]|555-555-5555|964 Maple St, Anytown USA|07/07/1994|M|Junior|Full-time|01/01/2022|05/01/2024|54321| | ||
| 77777|Jessica|Anderson|Communications|3.6|2023|[email protected]|555-555-5555|111 Cedar St, Anytown USA|08/08/1993|F|Senior|Full-time|01/01/2019|12/01/2022|56789| | ||
|
||
<Tabs items={['name', 'version', 'private','dependencies','scripts','eslintConfig','browserslist','development' ,'name', 'version', 'private']}> | ||
<Tab className='bg-red-500'> | ||
dada | ||
</Tab> | ||
<Tab> | ||
dadasd | ||
</Tab> | ||
</Tabs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
086cf7b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
nextra-v2 – ./docs
nextra.vercel.app
nextra-v2.vercel.app
nextra-v2-git-main-shuding1.vercel.app
nextra-v2-shuding1.vercel.app
www.nextra.site
nextra.site