minor chromium fix
This commit is contained in:
parent
bdcd8d2ffa
commit
344ca7cf34
1 changed files with 5 additions and 1 deletions
|
@ -204,7 +204,11 @@ pre {
|
||||||
* previously a cludge of 75 em this is now a cludge of 2 different vendor extensions
|
* previously a cludge of 75 em this is now a cludge of 2 different vendor extensions
|
||||||
*
|
*
|
||||||
* */
|
* */
|
||||||
overflow:scroll;
|
|
||||||
|
/*
|
||||||
|
* need to may y axis scroll hidden for chromium
|
||||||
|
* */
|
||||||
|
overflow:scroll hidden;
|
||||||
/*background: #444;*/
|
/*background: #444;*/
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
/*border: 0.2em solid red;*/
|
/*border: 0.2em solid red;*/
|
||||||
|
|
Loading…
Reference in a new issue