mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(css) fix cut off borders and barely visible scrollbars (#13576)
This commit is contained in:
@@ -166,7 +166,7 @@ form {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgba(0, 0, 0, .5);
|
||||
background: #3D3D3D;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
||||
@@ -88,7 +88,8 @@ const styles = (theme: Theme) => {
|
||||
return {
|
||||
container: {
|
||||
display: 'flex',
|
||||
flexDirection: 'column' as const
|
||||
flexDirection: 'column' as const,
|
||||
padding: '0 2px'
|
||||
},
|
||||
|
||||
divider: {
|
||||
|
||||
Reference in New Issue
Block a user