mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-18 16:11:22 +02:00
fix vertical scrollbar in webkit based browsers
This commit is contained in:
@@ -39,7 +39,10 @@
|
||||
width: 100% !important;
|
||||
margin: 1em 0 1em 0 !important;
|
||||
position: relative !important;
|
||||
overflow: auto !important;
|
||||
/** fix vertical scollbar in webkit browsers **/
|
||||
overflow-x: auto !important;
|
||||
overflow-y: hidden !important;
|
||||
|
||||
font-size: 1em !important; }
|
||||
.syntaxhighlighter.source {
|
||||
overflow: hidden !important; }
|
||||
|
||||
Reference in New Issue
Block a user