overflow adjustmentsg
This commit is contained in:
parent
4bd8d215e0
commit
886a61922c
3 changed files with 6 additions and 6 deletions
|
@ -8,6 +8,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fileNameContainer {
|
.fileNameContainer {
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
.markdownPreview {
|
|
||||||
position: relative;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.markdownPreview h1,
|
.markdownPreview h1,
|
||||||
.markdownPreview h2,
|
.markdownPreview h2,
|
||||||
.markdownPreview h3,
|
.markdownPreview h3,
|
||||||
|
|
|
@ -28,12 +28,16 @@ const Home = ({ theme, changeTheme }: ThemeProps) => {
|
||||||
- User authentication
|
- User authentication
|
||||||
- Private, public, and secret posts
|
- Private, public, and secret posts
|
||||||
|
|
||||||
If you want to signup, you can join at [/signup](/signup) as long as you have a passcode provided by the administrator (which you don't need for this demo). If you're already signed in, you can create a new post by clicking the "New" button in the header. This demo is on a memory-only database, so accounts and pastes can be deleted at any time.
|
If you want to signup, you can join at [/signup](/signup) as long as you have a passcode provided by the administrator (which you don't need for this demo).
|
||||||
|
**This demo is on a memory-only database, so accounts and pastes can be deleted at any time.**
|
||||||
|
You can find the source code on [GitHub](https://github.com/MaxLeiter/drift).
|
||||||
|
|
||||||
Drift was inspired by [this tweet](https://twitter.com/emilyst/status/1499858264346935297):
|
Drift was inspired by [this tweet](https://twitter.com/emilyst/status/1499858264346935297):
|
||||||
> What is the absolute closest thing to GitHub Gist that can be self-hosted?
|
> What is the absolute closest thing to GitHub Gist that can be self-hosted?
|
||||||
In terms of design and functionality. Hosts images and markdown, rendered. Creates links that can be private or public. Uses/requires registration.
|
In terms of design and functionality. Hosts images and markdown, rendered. Creates links that can be private or public. Uses/requires registration.
|
||||||
I have looked at dozens of pastebin-like things.
|
I have looked at dozens of pastebin-like things.
|
||||||
|
|
||||||
|
|
||||||
`}
|
`}
|
||||||
title={`Welcome to Drift.md`}
|
title={`Welcome to Drift.md`}
|
||||||
initialTab={`preview`}
|
initialTab={`preview`}
|
||||||
|
|
Loading…
Reference in a new issue