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