1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

fix css bugs

content of rendered preview should be selectable
the hit box of width slider should has the highest z-index
This commit is contained in:
Dick Choi
2016-07-20 00:47:25 +09:00
parent f36f2029e5
commit 69d11b5cd0
2 changed files with 3 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ body
font-family helvetica, arial, sans-serif font-family helvetica, arial, sans-serif
line-height 1.6 line-height 1.6
overflow-x hidden overflow-x hidden
user-select all
.katex .katex
font 400 1.2em 'KaTeX_Main' font 400 1.2em 'KaTeX_Main'
line-height 1.2em line-height 1.2em

View File

@@ -17,7 +17,6 @@
border-width 0 border-width 0
border-style solid border-style solid
border-color $ui-borderColor border-color $ui-borderColor
cursor col-resize
.slider--active .slider--active
@extend .slider @extend .slider
@@ -27,3 +26,5 @@
absolute top bottom left right absolute top bottom left right
width 7px width 7px
left -3px left -3px
z-index 10
cursor col-resize