Merge pull request #9948 from iraznatovskyi/fixes/devices/copy-code-btn

Fixed not properly displaying of copy-code button
This commit is contained in:
Igor Kulikov 2024-01-24 18:09:25 +02:00 committed by GitHub
commit 20ae9f8efd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,8 @@
padding-right: 38px;
overflow: scroll;
padding-bottom: 4px;
min-height: 42px;
scrollbar-width: thin;
&::-webkit-scrollbar {
width: 4px;

View File

@ -126,6 +126,8 @@
padding-right: 38px;
overflow: scroll;
padding-bottom: 4px;
min-height: 42px;
scrollbar-width: thin;
&::-webkit-scrollbar {
width: 4px;