flex: 1
overflow: hidden auto
width: 0
+ margin-right: 5px
#markdown-panel-versions
user-select: none
z-index: 99
&-container
- position: relative
width: calc(100% / 3)
flex-shrink: 0
align-items: center
justify-content: center
overflow: hidden
-
+ position: relative
&.overtake
- overflow: auto
img
top: 0
left: 0
display: flex
align-items: center
user-select: none
+ position: relative
+ height: 100%
+ overflow: auto
+ margin-right: 7px
+
&-page
width: 100%
input::-webkit-inner-spin-button
-webkit-appearance: none
margin: 0
+
+@mixin tinyscrollbars
+ &::-webkit-scrollbar
+ width: 6px
+ height: 6px
+
+ &::-webkit-scrollbar-track
+ background: transparent
+
+ &::-webkit-scrollbar-thumb
+ background-color: #aaa
+ border-radius: 20px
+
+.toastui-editor-contents,
+.markdown-revision-panel,
+.markdown-wrapper,
+.ProseMirror,
+.toastui-editor-md-preview
+ @include tinyscrollbars