mirror of
https://github.com/unraid/webgui.git
synced 2026-04-30 23:09:42 -05:00
style: update TableContainer styles for improved responsiveness
This commit is contained in:
@@ -836,16 +836,16 @@ div.title.shift {
|
||||
}
|
||||
|
||||
.TableContainer {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
table {
|
||||
min-width: 900px;
|
||||
min-width: 1280px;
|
||||
}
|
||||
}
|
||||
|
||||
.TableContainer--widest {
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
table {
|
||||
|
||||
Reference in New Issue
Block a user