mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-27 01:36:10 +00:00
Fix txes piling up
This commit is contained in:
parent
66283fcfe2
commit
4036462321
3 changed files with 16 additions and 27 deletions
|
@ -13,7 +13,6 @@ body {
|
|||
background-color: #bbb;
|
||||
color: black;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
* {
|
||||
-webkit-box-sizing: inherit;
|
||||
|
@ -45,7 +44,7 @@ a {
|
|||
overflow: hidden;
|
||||
}
|
||||
#hero {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
left: 41.125%;
|
||||
top: 50%;
|
||||
width: 77.5vw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue