From 0b39ef768e567fd32743707f270712472442a8a1 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 17 Jan 2018 21:57:10 +0100 Subject: [PATCH] Fix toolbar mobile rwd --- less/markdown-editor.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/less/markdown-editor.less b/less/markdown-editor.less index cc94d03..3458a64 100644 --- a/less/markdown-editor.less +++ b/less/markdown-editor.less @@ -27,13 +27,19 @@ .wmd-button-row { + overflow-y: hidden; + overflow-x: auto; position: relative; margin-left: 5px; margin-right: 5px; margin-bottom: 5px; margin-top: 10px; padding: 0px; - height: 20px; + min-height: 30px; + + &::-webkit-scrollbar { width: 3px; height: 3px; } + &::-webkit-scrollbar-track { background: #ddd; } + &::-webkit-scrollbar-thumb { background: #adadad; } } .wmd-spacer