1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

Scrollbar test fix

This commit is contained in:
Marius 2021-05-23 18:22:00 +02:00
parent 9c67c67706
commit c17a3d1e47
5 changed files with 48 additions and 0 deletions

View File

@ -981,4 +981,12 @@ a:hover {
[class*="Label-danger-"][class*="Label-outline-"] {
color: #FFF;
background-color: #f05050;
}
/* Scrollbar test fix*/
[class*="PageContentBody-contentBody-"],
[class*="PageSidebar-sidebar-"] {
margin-right: -70px !important;
margin-bottom: -70px !important;
}

View File

@ -950,4 +950,12 @@ a:hover {
canvas {
filter: invert(1)
}
/* Scrollbar test fix*/
[class*="PageContentBody-contentBody-"],
[class*="PageSidebar-sidebar-"] {
margin-right: -70px !important;
margin-bottom: -70px !important;
}

View File

@ -943,3 +943,11 @@ a:hover {
[class*="SelectMovieModalContent-path-"] {
color: var(--text);
}
/* Scrollbar test fix*/
[class*="PageContentBody-contentBody-"],
[class*="PageSidebar-sidebar-"] {
margin-right: -70px !important;
margin-bottom: -70px !important;
}

View File

@ -1036,4 +1036,12 @@ a:hover {
/*Specific Book Page*/
[class*="BookDetails-tab-"] {
color: #FFF;
}
/* Scrollbar test fix*/
[class*="PageContentBody-contentBody-"],
[class*="PageSidebar-sidebar-"] {
margin-right: -70px !important;
margin-bottom: -70px !important;
}

View File

@ -912,6 +912,14 @@ a:hover {
color: var(--text);
}
/* Scrollbar test fix*/
[class*="PageContentBody\/contentBody\/"],
[class*="PageSidebar\/sidebar\/"] {
margin-right: -70px !important;
margin-bottom: -70px !important;
}
/* Nightly */
/* Froms */
@ -1802,4 +1810,12 @@ a:hover {
[class*="ReleaseSceneIndicator-levelMapped-"] {
border-color: var(--text);
color: var(--text);
}
/* Scrollbar test fix*/
[class*="PageContentBody-contentBody-"],
[class*="PageSidebar-sidebar-"] {
margin-right: -70px !important;
margin-bottom: -70px !important;
}