mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-15 16:07:57 +00:00
15 lines
No EOL
289 B
CSS
15 lines
No EOL
289 B
CSS
.histogram-bar-tooltip {
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
z-index: 9999;
|
|
padding: 5px 9px;
|
|
color: #ffffff;
|
|
font-size: 12px;
|
|
background: rgba(0, 0, 0, 0.7);
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
}
|
|
|
|
svg:not(:root) {
|
|
overflow: initial;
|
|
} |