mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-05 21:05:42 +01:00
turn of gaps left by forced scrollbars
This commit is contained in:
@@ -1363,7 +1363,7 @@ tr {
|
|||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
|
|
||||||
#latest .page-title, #latest .page-route {
|
#latest .page-title, #latest .page-route {
|
||||||
overflow: scroll; }
|
overflow: auto; }
|
||||||
#latest .last-modified {
|
#latest .last-modified {
|
||||||
padding-left: 10px; }
|
padding-left: 10px; }
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -531,7 +531,7 @@ $update-height: 3rem;
|
|||||||
|
|
||||||
#latest {
|
#latest {
|
||||||
.page-title, .page-route {
|
.page-title, .page-route {
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.last-modified {
|
.last-modified {
|
||||||
|
|||||||
Reference in New Issue
Block a user