Shadow popup position fix

This commit is contained in:
SillyLossy
2023-03-21 14:18:50 +02:00
parent e268fbb9b1
commit 8fef5288b9

View File

@ -1211,6 +1211,7 @@ input[type=search]:focus::-webkit-search-cancel-button {
width: 100%;
height: 100vh;
z-index: 9999;
top: 0;
}
#colab_shadow_popup {