Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ typings/

# Nuxt.js build / generate output
.nuxt
dist
# dist

# Gatsby files
.cache/
Expand Down
81 changes: 81 additions & 0 deletions dist/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
._1Lxpd {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
._2MD0k::-webkit-scrollbar {
display: none;
}

._376IX {
position: relative;
height: 50%;
width: 100%;
}

._3bAl3 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding-left: 50%;
padding-right: 50%;
box-sizing: content-box;
}

._1iLpS {
display: flex;
flex-direction: row;
}

._2gu6r {
display: flex;
justify-content: center;
align-items: center;
}

._3cleF {
position: relative;
display: flex;
justify-content: center;
align-items: center;
/* overflow: hidden; */
}

._3cleF > * {
width: 100% !important;
height: 100%;
}

._2SNHQ {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
pointer-events: none;
}

._2pju2 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 2px solid rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.12);
}

._2MD0k {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
overflow: scroll !important;
scroll-padding: 100px 0 0 100px;
-ms-overflow-style: none;
scrollbar-width: none;
}
247 changes: 247 additions & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/index.js.map

Large diffs are not rendered by default.

Loading