syntaxhighlight: fix table background on overflow #569

This commit is contained in:
Sören Weber 2023-06-16 22:53:18 +02:00
parent 74e31cae1a
commit e1b2388a18
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -671,6 +671,10 @@ div.highlight > div{
border-style: solid;
border-width: 1px;
}
/* remove default style for usual markdown tables */
div.highlight > div table{
background-color: transparent;
}
/* disable selection for lineno cells */
div.highlight > div td:first-child:not(:last-child){
user-select: none;