mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fixed minor CSS overflow issue
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
padding: 0.5rem;
|
||||
user-select: none;
|
||||
border-top: 1px solid var(--color-border);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.List {
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
padding: 0.5rem;
|
||||
user-select: none;
|
||||
border-top: 1px solid var(--color-border);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.Name {
|
||||
|
||||
Reference in New Issue
Block a user