mirror of
https://github.com/enso-org/enso.git
synced 2025-01-02 00:23:59 +03:00
Fix visualization corner radius. (https://github.com/enso-org/ide/pull/1004)
Original commit: 672e3bdb02
This commit is contained in:
parent
7683ae6511
commit
a2b4813a4d
@ -63,7 +63,10 @@
|
||||
|
||||
.scrollable::-webkit-scrollbar-corner { background: rgba(0,0,0,0); }
|
||||
|
||||
.visualization { z-index: 2; }
|
||||
.visualization {
|
||||
z-index: 2;
|
||||
border-radius: 14px;
|
||||
}
|
||||
</style>
|
||||
<script type="module" src="/assets/index.js" defer></script>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user