mirror of
https://github.com/s00500/ESPUI.git
synced 2025-07-05 02:40:18 +00:00
Setting SVG overflow property to 'visible' to properly display numbers on the graph UI element
This commit is contained in:
2
data/css/normalize.css
vendored
2
data/css/normalize.css
vendored
@ -111,7 +111,7 @@
|
||||
}
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/* Grouping content
|
||||
|
Reference in New Issue
Block a user