mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-15 06:30:13 +08:00
Set overflow on content instead of screen in settings (#1047)
Set overflow on content instead of screen in settings
This commit is contained in:
commit
f5013096d2
@ -2,8 +2,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: auto;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
|
||||
>.btn-block {
|
||||
margin: 20px;
|
||||
@ -12,6 +10,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.hotkeys-table {
|
||||
margin-top: 30px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user