mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
viewsource.css: Make bg white, fix bg not covering whole page
This commit is contained in:
parent
b83fbfec5e
commit
f17385e42a
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,11 @@
|
||||||
|
|
||||||
#TridactylViewsourceElement {
|
#TridactylViewsourceElement {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
|
/* This is the z-index of hint.css and content.css -1 */
|
||||||
|
z-index: 2147483646 !important;
|
||||||
top: 0px !important;
|
top: 0px !important;
|
||||||
font-family: monospace !important;
|
font-family: monospace !important;
|
||||||
background-color: #F0F0F2 !important;
|
background: white !important;
|
||||||
white-space: pre !important;
|
white-space: pre !important;
|
||||||
width: 100% !important;
|
min-width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue