mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 07:36:15 +02:00
fix for overflowing tabs
This commit is contained in:
@@ -1290,7 +1290,9 @@ body.remodal_active .remodal {
|
||||
.tab-body {
|
||||
position: absolute;
|
||||
top: -9999px;
|
||||
opacity: 0; }
|
||||
opacity: 0;
|
||||
width: 100%;
|
||||
overflow: hidden; }
|
||||
|
||||
.tab-body-wrapper {
|
||||
padding-top: 3.5em;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -95,6 +95,8 @@ $tab-label-height:3.5em;
|
||||
position:absolute;
|
||||
top:-9999px;
|
||||
opacity:0;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tab-body-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user