mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with buttons on results
This commit is contained in:
@@ -1288,6 +1288,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
|||||||
#inner-results {
|
#inner-results {
|
||||||
height: calc(100vh - 64px - 76px);
|
height: calc(100vh - 64px - 76px);
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#empty-results {
|
#empty-results {
|
||||||
@@ -1751,7 +1752,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.result-info-buttons {
|
.result-info-buttons {
|
||||||
width: 165px;
|
width: 13rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.result-info-no-buttons {
|
.result-info-no-buttons {
|
||||||
|
|||||||
Reference in New Issue
Block a user