.CodeMirror-scroll padding-bottom and overflow
-
Hi! Thank you for the nice plugin and beautiful themes.
Now I have some problems with my “Romb Theme”When I add a block I see an extra space at the bottom and
a horizontal scroll bar! You can see it here:
https://ibb.co/F061yQ0Using the browser inspector, I found the necessary properties and added the following code:
.CodeMirror-scroll {padding-bottom: 0px; overflow-x: hidden !important; overflow-y: hidden !important; }but still see the vertical scrollbar?!
I also noticed that if you disable the style properties:
.post :last-child { margin-bottom: 0;Everything looks fine! How to fixit?
I don’t see it yet ‘line number!’
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘.CodeMirror-scroll padding-bottom and overflow’ is closed to new replies.