darabos commited on
Commit
1a4e0fd
·
1 Parent(s): 8fe1d21

Fix rounded corners on boxes.

Browse files
Files changed (1) hide show
  1. lynxkite-app/web/src/index.css +1 -0
lynxkite-app/web/src/index.css CHANGED
@@ -76,6 +76,7 @@ body {
76
  .lynxkite-node {
77
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
78
  border-radius: 4px;
 
79
  background: white;
80
  display: flex;
81
  flex-direction: column;
 
76
  .lynxkite-node {
77
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
78
  border-radius: 4px;
79
+ overflow: hidden;
80
  background: white;
81
  display: flex;
82
  flex-direction: column;